Html Css Color HEX #BC91CE Wisteria

📋 copy color: '#BC91CE'

red 188 ◦ green 145 ◦ blue 206

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

Shades of Wisteria #BC91CE

Tints of Wisteria #BC91CE

RGB

 RED value IS 188 (73.83% from 255) = 34.88%

 GREEN value IS 145 (57.03% from 255) = 26.9%

 BLUE value IS 206 (80.86% from 255) = 38.22%

R = 34.88%
G = 26.9%
B = 38.22%

CMYK

 C value IS 0.09

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC91CE (or 0xBC91CE) is known color: Wisteria. HEX triplet: BC, 91 and CE. RGB value is (188,145,206). Sum of RGB (Red+Green+Blue) = 188+145+206=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 145 (57.03% from 255 or 26.90% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC91CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC91CE is #436E31. Grayscale: #A4A4A4. Windows color (decimal): -4419122 or 13537724. OLE color: 13537724.

HSL color Cylindrical-coordinate representation of color #BC91CE: hue angle of 282.3º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC91CE is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 145 206 -
CMYK 0.09 0.30 0 0.19
HSL 282.3º 0.38% 0.69% -
HSV(B) 282.3º 0.3% 0.81% -
XYZ 42.01 35.4 63.01 -
YUV 164.81 151.25 144.54 -
System Red Green Blue C M Y K H S L
Decimal 188 145 206 0.09 0.30 0 0.19 282.3 0.38 0.69
Hex BC 91 CE 9 1E 0 13 11A 26 45
Octal 274 221 316 11 36 0 23 432 46 105
Binary 10111100 10010001 11001110 1001 11110 0 10011 100011010 100110 1000101

Color Harmonies of #BC91CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC91CE

Black with #BC91CE

Text Example


Text Example

White with #BC91CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC91CE; }

 p { color: rgb(188,145,206); }

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

background-color css

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

 a { background-color: rgb(188,145,206); }

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

border-color css

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

 span { border-color: rgb(188,145,206); }

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