Html Css Color HEX #BB7CE9 Wisteria

📋 copy color: '#BB7CE9'

red 187 ◦ green 124 ◦ blue 233

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

Shades of Wisteria #BB7CE9

Tints of Wisteria #BB7CE9

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.79%

 BLUE value IS 233 (91.41% from 255) = 42.83%

R = 34.38%
G = 22.79%
B = 42.83%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BB7CE9 (or 0xBB7CE9) is known color: Wisteria. HEX triplet: BB, 7C and E9. RGB value is (187,124,233). Sum of RGB (Red+Green+Blue) = 187+124+233=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 124 (48.83% from 255 or 22.79% from 544); Blue value is 233 (91.41% from 255 or 42.83% from 544); Max value from RGB is 233 - color contains mainly: blue. Hex color #BB7CE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7CE9 is #448316. Grayscale: #9A9A9A. Windows color (decimal): -4490007 or 15301819. OLE color: 15301819.

HSL color Cylindrical-coordinate representation of color #BB7CE9: hue angle of 274.68º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB7CE9 is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 124 233 -
CMYK 0.20 0.47 0 0.09
HSL 274.68º 0.71% 0.7% -
HSV(B) 274.68º 0.47% 0.91% -
XYZ 42.41 30.86 80.81 -
YUV 155.26 171.87 150.64 -
System Red Green Blue C M Y K H S L
Decimal 187 124 233 0.20 0.47 0 0.09 274.68 0.71 0.7
Hex BB 7C E9 14 2F 0 9 113 47 46
Octal 273 174 351 24 57 0 11 423 107 106
Binary 10111011 1111100 11101001 10100 101111 0 1001 100010011 1000111 1000110

Color Harmonies of #BB7CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7CE9

Black with #BB7CE9

Text Example


Text Example

White with #BB7CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7CE9; }

 p { color: rgb(187,124,233); }

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

background-color css

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

 a { background-color: rgb(187,124,233); }

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

border-color css

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

 span { border-color: rgb(187,124,233); }

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