Html Css Color HEX #BB81EC Wisteria

📋 copy color: '#BB81EC'

red 187 ◦ green 129 ◦ blue 236

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

Shades of Wisteria #BB81EC

Tints of Wisteria #BB81EC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.37%

 BLUE value IS 236 (92.58% from 255) = 42.75%

R = 33.88%
G = 23.37%
B = 42.75%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB81EC (or 0xBB81EC) is known color: Wisteria. HEX triplet: BB, 81 and EC. RGB value is (187,129,236). Sum of RGB (Red+Green+Blue) = 187+129+236=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 129 (50.78% from 255 or 23.37% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB81EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB81EC is #447E13. Grayscale: #9E9E9E. Windows color (decimal): -4488724 or 15499707. OLE color: 15499707.

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

Color convert

RGB 187 129 236 -
CMYK 0.21 0.45 0 0.07
HSL 272.52º 0.74% 0.72% -
HSV(B) 272.52º 0.45% 0.93% -
XYZ 43.48 32.32 83.3 -
YUV 158.54 171.72 148.3 -
System Red Green Blue C M Y K H S L
Decimal 187 129 236 0.21 0.45 0 0.07 272.52 0.74 0.72
Hex BB 81 EC 15 2D 0 7 111 4A 48
Octal 273 201 354 25 55 0 7 421 112 110
Binary 10111011 10000001 11101100 10101 101101 0 111 100010001 1001010 1001000

Color Harmonies of #BB81EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB81EC

Black with #BB81EC

Text Example


Text Example

White with #BB81EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB81EC; }

 p { color: rgb(187,129,236); }

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

background-color css

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

 a { background-color: rgb(187,129,236); }

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

border-color css

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

 span { border-color: rgb(187,129,236); }

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