Html Css Color HEX #BB8CEB Wisteria

📋 copy color: '#BB8CEB'

red 187 ◦ green 140 ◦ blue 235

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

Shades of Wisteria #BB8CEB

Tints of Wisteria #BB8CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.81%

R = 33.27%
G = 24.91%
B = 41.81%

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

#BB8CEB (or 0xBB8CEB) is known color: Wisteria. HEX triplet: BB, 8C and EB. RGB value is (187,140,235). Sum of RGB (Red+Green+Blue) = 187+140+235=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 140 (55.08% from 255 or 24.91% from 562); Blue value is 235 (92.19% from 255 or 41.81% from 562); Max value from RGB is 235 - color contains mainly: blue. Hex color #BB8CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8CEB is #447314. Grayscale: #A4A4A4. Windows color (decimal): -4485909 or 15436987. OLE color: 15436987.

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

Color convert

RGB 187 140 235 -
CMYK 0.20 0.40 0 0.08
HSL 269.68º 0.7% 0.74% -
HSV(B) 269.68º 0.4% 0.92% -
XYZ 44.87 35.32 83.05 -
YUV 164.88 167.57 143.78 -
System Red Green Blue C M Y K H S L
Decimal 187 140 235 0.20 0.40 0 0.08 269.68 0.7 0.74
Hex BB 8C EB 14 28 0 8 10E 46 4A
Octal 273 214 353 24 50 0 10 416 106 112
Binary 10111011 10001100 11101011 10100 101000 0 1000 100001110 1000110 1001010

Color Harmonies of #BB8CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8CEB

Black with #BB8CEB

Text Example


Text Example

White with #BB8CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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