Html Css Color HEX #BB8EDF Wisteria

📋 copy color: '#BB8EDF'

red 187 ◦ green 142 ◦ blue 223

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

Shades of Wisteria #BB8EDF

Tints of Wisteria #BB8EDF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.72%

 BLUE value IS 223 (87.5% from 255) = 40.4%

R = 33.88%
G = 25.72%
B = 40.4%

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

#BB8EDF (or 0xBB8EDF) is known color: Wisteria. HEX triplet: BB, 8E and DF. RGB value is (187,142,223). Sum of RGB (Red+Green+Blue) = 187+142+223=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 142 (55.86% from 255 or 25.72% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB8EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8EDF is #447120. Grayscale: #A4A4A4. Windows color (decimal): -4485409 or 14651067. OLE color: 14651067.

HSL color Cylindrical-coordinate representation of color #BB8EDF: hue angle of 273.33º degrees, saturation: 0.56, 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 #BB8EDF is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 142 223 -
CMYK 0.16 0.36 0 0.13
HSL 273.33º 0.56% 0.72% -
HSV(B) 273.33º 0.36% 0.87% -
XYZ 43.49 35.24 74.32 -
YUV 164.69 160.91 143.91 -
System Red Green Blue C M Y K H S L
Decimal 187 142 223 0.16 0.36 0 0.13 273.33 0.56 0.72
Hex BB 8E DF 10 24 0 D 111 38 48
Octal 273 216 337 20 44 0 15 421 70 110
Binary 10111011 10001110 11011111 10000 100100 0 1101 100010001 111000 1001000

Color Harmonies of #BB8EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8EDF

Black with #BB8EDF

Text Example


Text Example

White with #BB8EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8EDF; }

 p { color: rgb(187,142,223); }

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

background-color css

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

 a { background-color: rgb(187,142,223); }

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

border-color css

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

 span { border-color: rgb(187,142,223); }

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