Html Css Color HEX #BC91DC Wisteria

📋 copy color: '#BC91DC'

red 188 ◦ green 145 ◦ blue 220

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

Shades of Wisteria #BC91DC

Tints of Wisteria #BC91DC

RGB

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

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

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

R = 34%
G = 26.22%
B = 39.78%

CMYK

 C value IS 0.15

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC91DC (or 0xBC91DC) is known color: Wisteria. HEX triplet: BC, 91 and DC. RGB value is (188,145,220). Sum of RGB (Red+Green+Blue) = 188+145+220=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 145 (57.03% from 255 or 26.22% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC91DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC91DC is #436E23. Grayscale: #A6A6A6. Windows color (decimal): -4419108 or 14455228. OLE color: 14455228.

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

Color convert

RGB 188 145 220 -
CMYK 0.15 0.34 0 0.14
HSL 274.4º 0.52% 0.72% -
HSV(B) 274.4º 0.34% 0.86% -
XYZ 43.78 36.11 72.37 -
YUV 166.41 158.25 143.4 -
System Red Green Blue C M Y K H S L
Decimal 188 145 220 0.15 0.34 0 0.14 274.4 0.52 0.72
Hex BC 91 DC F 22 0 E 112 34 48
Octal 274 221 334 17 42 0 16 422 64 110
Binary 10111100 10010001 11011100 1111 100010 0 1110 100010010 110100 1001000

Color Harmonies of #BC91DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC91DC

Black with #BC91DC

Text Example


Text Example

White with #BC91DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC91DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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