Html Css Color HEX #BB7BEB Wisteria

📋 copy color: '#BB7BEB'

red 187 ◦ green 123 ◦ blue 235

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

Shades of Wisteria #BB7BEB

Tints of Wisteria #BB7BEB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.57%

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

R = 34.31%
G = 22.57%
B = 43.12%

CMYK

 C value IS 0.20

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BB7BEB (or 0xBB7BEB) is known color: Wisteria. HEX triplet: BB, 7B and EB. RGB value is (187,123,235). Sum of RGB (Red+Green+Blue) = 187+123+235=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 123 (48.44% from 255 or 22.57% from 545); Blue value is 235 (92.19% from 255 or 43.12% from 545); Max value from RGB is 235 - color contains mainly: blue. Hex color #BB7BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7BEB is #448414. Grayscale: #9A9A9A. Windows color (decimal): -4490261 or 15432635. OLE color: 15432635.

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

Color convert

RGB 187 123 235 -
CMYK 0.20 0.48 0 0.08
HSL 274.29º 0.74% 0.7% -
HSV(B) 274.29º 0.48% 0.92% -
XYZ 42.57 30.73 82.28 -
YUV 154.9 173.2 150.89 -
System Red Green Blue C M Y K H S L
Decimal 187 123 235 0.20 0.48 0 0.08 274.29 0.74 0.7
Hex BB 7B EB 14 30 0 8 112 4A 46
Octal 273 173 353 24 60 0 10 422 112 106
Binary 10111011 1111011 11101011 10100 110000 0 1000 100010010 1001010 1000110

Color Harmonies of #BB7BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7BEB

Black with #BB7BEB

Text Example


Text Example

White with #BB7BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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