Html Css Color HEX #BB8BEE Wisteria

📋 copy color: '#BB8BEE'

red 187 ◦ green 139 ◦ blue 238

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

Shades of Wisteria #BB8BEE

Tints of Wisteria #BB8BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.2%

R = 33.16%
G = 24.65%
B = 42.2%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB8BEE (or 0xBB8BEE) is known color: Wisteria. HEX triplet: BB, 8B and EE. RGB value is (187,139,238). Sum of RGB (Red+Green+Blue) = 187+139+238=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 139 (54.69% from 255 or 24.65% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB8BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8BEE is #447411. Grayscale: #A4A4A4. Windows color (decimal): -4486162 or 15633339. OLE color: 15633339.

HSL color Cylindrical-coordinate representation of color #BB8BEE: hue angle of 269.09º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB8BEE is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 139 238 -
CMYK 0.21 0.42 0 0.07
HSL 269.09º 0.74% 0.74% -
HSV(B) 269.09º 0.42% 0.93% -
XYZ 45.16 35.2 85.3 -
YUV 164.64 169.4 143.95 -
System Red Green Blue C M Y K H S L
Decimal 187 139 238 0.21 0.42 0 0.07 269.09 0.74 0.74
Hex BB 8B EE 15 2A 0 7 10D 4A 4A
Octal 273 213 356 25 52 0 7 415 112 112
Binary 10111011 10001011 11101110 10101 101010 0 111 100001101 1001010 1001010

Color Harmonies of #BB8BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8BEE

Black with #BB8BEE

Text Example


Text Example

White with #BB8BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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