Html Css Color HEX #BC95CE Wisteria

📋 copy color: '#BC95CE'

red 188 ◦ green 149 ◦ blue 206

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

Shades of Wisteria #BC95CE

Tints of Wisteria #BC95CE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.44%

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

R = 34.62%
G = 27.44%
B = 37.94%

CMYK

 C value IS 0.09

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC95CE (or 0xBC95CE) is known color: Wisteria. HEX triplet: BC, 95 and CE. RGB value is (188,149,206). Sum of RGB (Red+Green+Blue) = 188+149+206=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 149 (58.59% from 255 or 27.44% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC95CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC95CE is #436A31. Grayscale: #A6A6A6. Windows color (decimal): -4418098 or 13538748. OLE color: 13538748.

HSL color Cylindrical-coordinate representation of color #BC95CE: hue angle of 281.05º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BC95CE is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 149 206 -
CMYK 0.09 0.28 0 0.19
HSL 281.05º 0.37% 0.7% -
HSV(B) 281.05º 0.28% 0.81% -
XYZ 42.63 36.64 63.22 -
YUV 167.16 149.92 142.87 -
System Red Green Blue C M Y K H S L
Decimal 188 149 206 0.09 0.28 0 0.19 281.05 0.37 0.7
Hex BC 95 CE 9 1C 0 13 119 25 46
Octal 274 225 316 11 34 0 23 431 45 106
Binary 10111100 10010101 11001110 1001 11100 0 10011 100011001 100101 1000110

Color Harmonies of #BC95CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC95CE

Black with #BC95CE

Text Example


Text Example

White with #BC95CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC95CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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