Html Css Color HEX #BC95CB Wisteria

📋 copy color: '#BC95CB'

red 188 ◦ green 149 ◦ blue 203

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

Shades of Wisteria #BC95CB

Tints of Wisteria #BC95CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.59%

R = 34.81%
G = 27.59%
B = 37.59%

CMYK

 C value IS 0.07

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC95CB (or 0xBC95CB) is known color: Wisteria. HEX triplet: BC, 95 and CB. RGB value is (188,149,203). Sum of RGB (Red+Green+Blue) = 188+149+203=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 149 (58.59% from 255 or 27.59% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC95CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC95CB is #436A34. Grayscale: #A6A6A6. Windows color (decimal): -4418101 or 13342140. OLE color: 13342140.

HSL color Cylindrical-coordinate representation of color #BC95CB: hue angle of 283.33º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC95CB is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 149 203 -
CMYK 0.07 0.27 0 0.20
HSL 283.33º 0.34% 0.69% -
HSV(B) 283.33º 0.27% 0.8% -
XYZ 42.27 36.5 61.32 -
YUV 166.82 148.42 143.11 -
System Red Green Blue C M Y K H S L
Decimal 188 149 203 0.07 0.27 0 0.20 283.33 0.34 0.69
Hex BC 95 CB 7 1B 0 14 11B 22 45
Octal 274 225 313 7 33 0 24 433 42 105
Binary 10111100 10010101 11001011 111 11011 0 10100 100011011 100010 1000101

Color Harmonies of #BC95CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC95CB

Black with #BC95CB

Text Example


Text Example

White with #BC95CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC95CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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