Html Css Color HEX #BC94DC Wisteria

📋 copy color: '#BC94DC'

red 188 ◦ green 148 ◦ blue 220

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

Shades of Wisteria #BC94DC

Tints of Wisteria #BC94DC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.62%

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

R = 33.81%
G = 26.62%
B = 39.57%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC94DC (or 0xBC94DC) is known color: Wisteria. HEX triplet: BC, 94 and DC. RGB value is (188,148,220). Sum of RGB (Red+Green+Blue) = 188+148+220=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 148 (58.20% from 255 or 26.62% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC94DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC94DC is #436B23. Grayscale: #A7A7A7. Windows color (decimal): -4418340 or 14455996. OLE color: 14455996.

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

Color convert

RGB 188 148 220 -
CMYK 0.15 0.33 0 0.14
HSL 273.33º 0.51% 0.72% -
HSV(B) 273.33º 0.33% 0.86% -
XYZ 44.25 37.04 72.53 -
YUV 168.17 157.25 142.15 -
System Red Green Blue C M Y K H S L
Decimal 188 148 220 0.15 0.33 0 0.14 273.33 0.51 0.72
Hex BC 94 DC F 21 0 E 111 33 48
Octal 274 224 334 17 41 0 16 421 63 110
Binary 10111100 10010100 11011100 1111 100001 0 1110 100010001 110011 1001000

Color Harmonies of #BC94DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC94DC

Black with #BC94DC

Text Example


Text Example

White with #BC94DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC94DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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