Html Css Color HEX #BB88FF Wisteria

📋 copy color: '#BB88FF'

red 187 ◦ green 136 ◦ blue 255

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

Shades of Wisteria #BB88FF

Tints of Wisteria #BB88FF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 23.53%

 BLUE value IS 255 (100% from 255) = 44.12%

R = 32.35%
G = 23.53%
B = 44.12%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB88FF (or 0xBB88FF) is known color: Wisteria. HEX triplet: BB, 88 and FF. RGB value is (187,136,255). Sum of RGB (Red+Green+Blue) = 187+136+255=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 136 (53.52% from 255 or 23.53% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB88FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB88FF is #447700. Grayscale: #A4A4A4. Windows color (decimal): -4486913 or 16746683. OLE color: 16746683.

HSL color Cylindrical-coordinate representation of color #BB88FF: hue angle of 265.71º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB88FF is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 187 136 255 -
CMYK 0.27 0.47 0 0
HSL 265.71º 1% 0.77% -
HSV(B) 265.71º 0.47% 1% -
XYZ 47.35 35.39 98.94 -
YUV 164.82 178.9 143.82 -
System Red Green Blue C M Y K H S L
Decimal 187 136 255 0.27 0.47 0 0 265.71 1 0.77
Hex BB 88 FF 1B 2F 0 0 10A 64 4D
Octal 273 210 377 33 57 0 0 412 144 115
Binary 10111011 10001000 11111111 11011 101111 0 0 100001010 1100100 1001101

Color Harmonies of #BB88FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB88FF

Black with #BB88FF

Text Example


Text Example

White with #BB88FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB88FF; }

 p { color: rgb(187,136,255); }

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

background-color css

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

 a { background-color: rgb(187,136,255); }

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

border-color css

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

 span { border-color: rgb(187,136,255); }

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