Html Css Color HEX #BB7BE0 Wisteria

📋 copy color: '#BB7BE0'

red 187 ◦ green 123 ◦ blue 224

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

Shades of Wisteria #BB7BE0

Tints of Wisteria #BB7BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.95%

R = 35.02%
G = 23.03%
B = 41.95%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BB7BE0 (or 0xBB7BE0) is known color: Wisteria. HEX triplet: BB, 7B and E0. RGB value is (187,123,224). Sum of RGB (Red+Green+Blue) = 187+123+224=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 123 (48.44% from 255 or 23.03% from 534); Blue value is 224 (87.89% from 255 or 41.95% from 534); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB7BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7BE0 is #44841F. Grayscale: #999999. Windows color (decimal): -4490272 or 14711739. OLE color: 14711739.

HSL color Cylindrical-coordinate representation of color #BB7BE0: hue angle of 278.02º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB7BE0 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 123 224 -
CMYK 0.17 0.45 0 0.12
HSL 278.02º 0.62% 0.68% -
HSV(B) 278.02º 0.45% 0.88% -
XYZ 41.03 30.11 74.17 -
YUV 153.65 167.7 151.79 -
System Red Green Blue C M Y K H S L
Decimal 187 123 224 0.17 0.45 0 0.12 278.02 0.62 0.68
Hex BB 7B E0 11 2D 0 C 116 3E 44
Octal 273 173 340 21 55 0 14 426 76 104
Binary 10111011 1111011 11100000 10001 101101 0 1100 100010110 111110 1000100

Color Harmonies of #BB7BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7BE0

Black with #BB7BE0

Text Example


Text Example

White with #BB7BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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