Html Css Color HEX #BB7FDA Wisteria

📋 copy color: '#BB7FDA'

red 187 ◦ green 127 ◦ blue 218

#BB7FDA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wisteria #BB7FDA

Tints of Wisteria #BB7FDA

RGB

 RED value IS 187 (73.44% from 255) = 35.15%

 GREEN value IS 127 (50% from 255) = 23.87%

 BLUE value IS 218 (85.55% from 255) = 40.98%

R = 35.15%
G = 23.87%
B = 40.98%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BB7FDA (or 0xBB7FDA) is known color: Wisteria. HEX triplet: BB, 7F and DA. RGB value is (187,127,218). Sum of RGB (Red+Green+Blue) = 187+127+218=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 127 (50% from 255 or 23.87% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB7FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7FDA is #448025. Grayscale: #9B9B9B. Windows color (decimal): -4489254 or 14319547. OLE color: 14319547.

HSL color Cylindrical-coordinate representation of color #BB7FDA: hue angle of 279.56º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB7FDA is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 127 218 -
CMYK 0.14 0.42 0 0.15
HSL 279.56º 0.55% 0.68% -
HSV(B) 279.56º 0.42% 0.85% -
XYZ 40.74 30.81 70.13 -
YUV 155.31 163.38 150.6 -
System Red Green Blue C M Y K H S L
Decimal 187 127 218 0.14 0.42 0 0.15 279.56 0.55 0.68
Hex BB 7F DA E 2A 0 F 118 37 44
Octal 273 177 332 16 52 0 17 430 67 104
Binary 10111011 1111111 11011010 1110 101010 0 1111 100011000 110111 1000100

Color Harmonies of #BB7FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7FDA

Black with #BB7FDA

Text Example


Text Example

White with #BB7FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7FDA; }

 p { color: rgb(187,127,218); }

 H1.HeaderClassName
 {
   color: #BB7FDA;
 }
 .AnyTagClassName
 {
   color: #BB7FDA;
 }
</style>

background-color css

<style>
 a { background-color: #BB7FDA; }

 a { background-color: rgb(187,127,218); }

 div.DivClassName
 {
   background-color: #BB7FDA;
 }
 .BgClassName
 {
   background-color: #BB7FDA;
 }
</style>

border-color css

<style>
 span { border-color: #BB7FDA; }

 span { border-color: rgb(187,127,218); }

 td.TdClassName
 {
   border-color: #BB7FDA;
 }
 .TagClassName
 {
   border-color: #BB7FDA;
 }
</style>