Html Css Color HEX #BC91D8 Wisteria

📋 copy color: '#BC91D8'

red 188 ◦ green 145 ◦ blue 216

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

Shades of Wisteria #BC91D8

Tints of Wisteria #BC91D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.34%

R = 34.24%
G = 26.41%
B = 39.34%

CMYK

 C value IS 0.13

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC91D8 (or 0xBC91D8) is known color: Wisteria. HEX triplet: BC, 91 and D8. RGB value is (188,145,216). Sum of RGB (Red+Green+Blue) = 188+145+216=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 145 (57.03% from 255 or 26.41% from 549); Blue value is 216 (84.77% from 255 or 39.34% from 549); Max value from RGB is 216 - color contains mainly: blue. Hex color #BC91D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC91D8 is #436E27. Grayscale: #A5A5A5. Windows color (decimal): -4419112 or 14193084. OLE color: 14193084.

HSL color Cylindrical-coordinate representation of color #BC91D8: hue angle of 276.34º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BC91D8 is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 145 216 -
CMYK 0.13 0.33 0 0.15
HSL 276.34º 0.48% 0.71% -
HSV(B) 276.34º 0.33% 0.85% -
XYZ 43.26 35.9 69.62 -
YUV 165.95 156.25 143.73 -
System Red Green Blue C M Y K H S L
Decimal 188 145 216 0.13 0.33 0 0.15 276.34 0.48 0.71
Hex BC 91 D8 D 21 0 F 114 30 47
Octal 274 221 330 15 41 0 17 424 60 107
Binary 10111100 10010001 11011000 1101 100001 0 1111 100010100 110000 1000111

Color Harmonies of #BC91D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC91D8

Black with #BC91D8

Text Example


Text Example

White with #BC91D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC91D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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