Html Css Color HEX #BB8BEB Wisteria

📋 copy color: '#BB8BEB'

red 187 ◦ green 139 ◦ blue 235

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

Shades of Wisteria #BB8BEB

Tints of Wisteria #BB8BEB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.78%

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

R = 33.33%
G = 24.78%
B = 41.89%

CMYK

 C value IS 0.20

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BB8BEB (or 0xBB8BEB) is known color: Wisteria. HEX triplet: BB, 8B and EB. RGB value is (187,139,235). Sum of RGB (Red+Green+Blue) = 187+139+235=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 139 (54.69% from 255 or 24.78% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #BB8BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8BEB is #447414. Grayscale: #A3A3A3. Windows color (decimal): -4486165 or 15436731. OLE color: 15436731.

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

Color convert

RGB 187 139 235 -
CMYK 0.20 0.41 0 0.08
HSL 270º 0.71% 0.73% -
HSV(B) 270º 0.41% 0.92% -
XYZ 44.72 35.03 83 -
YUV 164.3 167.9 144.19 -
System Red Green Blue C M Y K H S L
Decimal 187 139 235 0.20 0.41 0 0.08 270 0.71 0.73
Hex BB 8B EB 14 29 0 8 10E 47 49
Octal 273 213 353 24 51 0 10 416 107 111
Binary 10111011 10001011 11101011 10100 101001 0 1000 100001110 1000111 1001001

Color Harmonies of #BB8BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8BEB

Black with #BB8BEB

Text Example


Text Example

White with #BB8BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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