Html Css Color HEX #BC91D4 Wisteria

📋 copy color: '#BC91D4'

red 188 ◦ green 145 ◦ blue 212

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

Shades of Wisteria #BC91D4

Tints of Wisteria #BC91D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.9%

R = 34.5%
G = 26.61%
B = 38.9%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BC91D4 (or 0xBC91D4) is known color: Wisteria. HEX triplet: BC, 91 and D4. RGB value is (188,145,212). Sum of RGB (Red+Green+Blue) = 188+145+212=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 145 (57.03% from 255 or 26.61% from 545); Blue value is 212 (83.20% from 255 or 38.90% from 545); Max value from RGB is 212 - color contains mainly: blue. Hex color #BC91D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC91D4 is #436E2B. Grayscale: #A5A5A5. Windows color (decimal): -4419116 or 13930940. OLE color: 13930940.

HSL color Cylindrical-coordinate representation of color #BC91D4: hue angle of 278.51º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC91D4 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 145 212 -
CMYK 0.11 0.32 0 0.17
HSL 278.51º 0.44% 0.7% -
HSV(B) 278.51º 0.32% 0.83% -
XYZ 42.75 35.7 66.92 -
YUV 165.5 154.25 144.05 -
System Red Green Blue C M Y K H S L
Decimal 188 145 212 0.11 0.32 0 0.17 278.51 0.44 0.7
Hex BC 91 D4 B 20 0 11 117 2C 46
Octal 274 221 324 13 40 0 21 427 54 106
Binary 10111100 10010001 11010100 1011 100000 0 10001 100010111 101100 1000110

Color Harmonies of #BC91D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC91D4

Black with #BC91D4

Text Example


Text Example

White with #BC91D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC91D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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