Html Css Color HEX #BB8FDE Wisteria

📋 copy color: '#BB8FDE'

red 187 ◦ green 143 ◦ blue 222

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

Shades of Wisteria #BB8FDE

Tints of Wisteria #BB8FDE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.91%

 BLUE value IS 222 (87.11% from 255) = 40.22%

R = 33.88%
G = 25.91%
B = 40.22%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB8FDE (or 0xBB8FDE) is known color: Wisteria. HEX triplet: BB, 8F and DE. RGB value is (187,143,222). Sum of RGB (Red+Green+Blue) = 187+143+222=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 143 (56.25% from 255 or 25.91% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB8FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8FDE is #447021. Grayscale: #A4A4A4. Windows color (decimal): -4485154 or 14585787. OLE color: 14585787.

HSL color Cylindrical-coordinate representation of color #BB8FDE: hue angle of 273.42º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB8FDE is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 143 222 -
CMYK 0.16 0.36 0 0.13
HSL 273.42º 0.54% 0.72% -
HSV(B) 273.42º 0.36% 0.87% -
XYZ 43.5 35.48 73.66 -
YUV 165.16 160.08 143.58 -
System Red Green Blue C M Y K H S L
Decimal 187 143 222 0.16 0.36 0 0.13 273.42 0.54 0.72
Hex BB 8F DE 10 24 0 D 111 36 48
Octal 273 217 336 20 44 0 15 421 66 110
Binary 10111011 10001111 11011110 10000 100100 0 1101 100010001 110110 1001000

Color Harmonies of #BB8FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8FDE

Black with #BB8FDE

Text Example


Text Example

White with #BB8FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8FDE; }

 p { color: rgb(187,143,222); }

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

background-color css

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

 a { background-color: rgb(187,143,222); }

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

border-color css

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

 span { border-color: rgb(187,143,222); }

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