Html Css Color HEX #BC95DC Wisteria

📋 copy color: '#BC95DC'

red 188 ◦ green 149 ◦ blue 220

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

Shades of Wisteria #BC95DC

Tints of Wisteria #BC95DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.5%

R = 33.75%
G = 26.75%
B = 39.5%

CMYK

 C value IS 0.15

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC95DC (or 0xBC95DC) is known color: Wisteria. HEX triplet: BC, 95 and DC. RGB value is (188,149,220). Sum of RGB (Red+Green+Blue) = 188+149+220=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 149 (58.59% from 255 or 26.75% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC95DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC95DC is #436A23. Grayscale: #A8A8A8. Windows color (decimal): -4418084 or 14456252. OLE color: 14456252.

HSL color Cylindrical-coordinate representation of color #BC95DC: hue angle of 272.96º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC95DC is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 149 220 -
CMYK 0.15 0.32 0 0.14
HSL 272.96º 0.5% 0.72% -
HSV(B) 272.96º 0.32% 0.86% -
XYZ 44.4 37.35 72.58 -
YUV 168.76 156.92 141.73 -
System Red Green Blue C M Y K H S L
Decimal 188 149 220 0.15 0.32 0 0.14 272.96 0.5 0.72
Hex BC 95 DC F 20 0 E 111 32 48
Octal 274 225 334 17 40 0 16 421 62 110
Binary 10111100 10010101 11011100 1111 100000 0 1110 100010001 110010 1001000

Color Harmonies of #BC95DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC95DC

Black with #BC95DC

Text Example


Text Example

White with #BC95DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC95DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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