Html Css Color HEX #BB8CEA Wisteria

📋 copy color: '#BB8CEA'

red 187 ◦ green 140 ◦ blue 234

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

Shades of Wisteria #BB8CEA

Tints of Wisteria #BB8CEA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.96%

 BLUE value IS 234 (91.8% from 255) = 41.71%

R = 33.33%
G = 24.96%
B = 41.71%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BB8CEA (or 0xBB8CEA) is known color: Wisteria. HEX triplet: BB, 8C and EA. RGB value is (187,140,234). Sum of RGB (Red+Green+Blue) = 187+140+234=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 140 (55.08% from 255 or 24.96% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB8CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8CEA is #447315. Grayscale: #A4A4A4. Windows color (decimal): -4485910 or 15371451. OLE color: 15371451.

HSL color Cylindrical-coordinate representation of color #BB8CEA: hue angle of 270º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB8CEA is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 140 234 -
CMYK 0.20 0.40 0 0.08
HSL 270º 0.69% 0.73% -
HSV(B) 270º 0.4% 0.92% -
XYZ 44.72 35.26 82.29 -
YUV 164.77 167.07 143.86 -
System Red Green Blue C M Y K H S L
Decimal 187 140 234 0.20 0.40 0 0.08 270 0.69 0.73
Hex BB 8C EA 14 28 0 8 10E 45 49
Octal 273 214 352 24 50 0 10 416 105 111
Binary 10111011 10001100 11101010 10100 101000 0 1000 100001110 1000101 1001001

Color Harmonies of #BB8CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8CEA

Black with #BB8CEA

Text Example


Text Example

White with #BB8CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8CEA; }

 p { color: rgb(187,140,234); }

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

background-color css

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

 a { background-color: rgb(187,140,234); }

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

border-color css

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

 span { border-color: rgb(187,140,234); }

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