Html Css Color HEX #BB81ED Wisteria

📋 copy color: '#BB81ED'

red 187 ◦ green 129 ◦ blue 237

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

Shades of Wisteria #BB81ED

Tints of Wisteria #BB81ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.86%

R = 33.82%
G = 23.33%
B = 42.86%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB81ED (or 0xBB81ED) is known color: Wisteria. HEX triplet: BB, 81 and ED. RGB value is (187,129,237). Sum of RGB (Red+Green+Blue) = 187+129+237=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 129 (50.78% from 255 or 23.33% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB81ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB81ED is #447E12. Grayscale: #9E9E9E. Windows color (decimal): -4488723 or 15565243. OLE color: 15565243.

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

Color convert

RGB 187 129 237 -
CMYK 0.21 0.46 0 0.07
HSL 272.22º 0.75% 0.72% -
HSV(B) 272.22º 0.46% 0.93% -
XYZ 43.63 32.38 84.07 -
YUV 158.65 172.22 148.22 -
System Red Green Blue C M Y K H S L
Decimal 187 129 237 0.21 0.46 0 0.07 272.22 0.75 0.72
Hex BB 81 ED 15 2E 0 7 110 4B 48
Octal 273 201 355 25 56 0 7 420 113 110
Binary 10111011 10000001 11101101 10101 101110 0 111 100010000 1001011 1001000

Color Harmonies of #BB81ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB81ED

Black with #BB81ED

Text Example


Text Example

White with #BB81ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB81ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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