Html Css Color HEX #BB7CEC Wisteria

📋 copy color: '#BB7CEC'

red 187 ◦ green 124 ◦ blue 236

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

Shades of Wisteria #BB7CEC

Tints of Wisteria #BB7CEC

RGB

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

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

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

R = 34.19%
G = 22.67%
B = 43.14%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB7CEC (or 0xBB7CEC) is known color: Wisteria. HEX triplet: BB, 7C and EC. RGB value is (187,124,236). Sum of RGB (Red+Green+Blue) = 187+124+236=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 124 (48.83% from 255 or 22.67% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB7CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7CEC is #448313. Grayscale: #9B9B9B. Windows color (decimal): -4490004 or 15498427. OLE color: 15498427.

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

Color convert

RGB 187 124 236 -
CMYK 0.21 0.47 0 0.07
HSL 273.75º 0.75% 0.71% -
HSV(B) 273.75º 0.47% 0.93% -
XYZ 42.84 31.04 83.09 -
YUV 155.61 173.37 150.39 -
System Red Green Blue C M Y K H S L
Decimal 187 124 236 0.21 0.47 0 0.07 273.75 0.75 0.71
Hex BB 7C EC 15 2F 0 7 112 4B 47
Octal 273 174 354 25 57 0 7 422 113 107
Binary 10111011 1111100 11101100 10101 101111 0 111 100010010 1001011 1000111

Color Harmonies of #BB7CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7CEC

Black with #BB7CEC

Text Example


Text Example

White with #BB7CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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