Html Css Color HEX #BC91DF Wisteria

📋 copy color: '#BC91DF'

red 188 ◦ green 145 ◦ blue 223

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

Shades of Wisteria #BC91DF

Tints of Wisteria #BC91DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.11%

R = 33.81%
G = 26.08%
B = 40.11%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC91DF (or 0xBC91DF) is known color: Wisteria. HEX triplet: BC, 91 and DF. RGB value is (188,145,223). Sum of RGB (Red+Green+Blue) = 188+145+223=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 145 (57.03% from 255 or 26.08% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC91DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC91DF is #436E20. Grayscale: #A6A6A6. Windows color (decimal): -4419105 or 14651836. OLE color: 14651836.

HSL color Cylindrical-coordinate representation of color #BC91DF: hue angle of 273.08º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC91DF is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 145 223 -
CMYK 0.16 0.35 0 0.13
HSL 273.08º 0.55% 0.72% -
HSV(B) 273.08º 0.35% 0.87% -
XYZ 44.18 36.27 74.48 -
YUV 166.75 159.75 143.16 -
System Red Green Blue C M Y K H S L
Decimal 188 145 223 0.16 0.35 0 0.13 273.08 0.55 0.72
Hex BC 91 DF 10 23 0 D 111 37 48
Octal 274 221 337 20 43 0 15 421 67 110
Binary 10111100 10010001 11011111 10000 100011 0 1101 100010001 110111 1001000

Color Harmonies of #BC91DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC91DF

Black with #BC91DF

Text Example


Text Example

White with #BC91DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC91DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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