Html Css Color HEX #BC91CC Wisteria

📋 copy color: '#BC91CC'

red 188 ◦ green 145 ◦ blue 204

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

Shades of Wisteria #BC91CC

Tints of Wisteria #BC91CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.99%

R = 35.01%
G = 27%
B = 37.99%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC91CC (or 0xBC91CC) is known color: Wisteria. HEX triplet: BC, 91 and CC. RGB value is (188,145,204). Sum of RGB (Red+Green+Blue) = 188+145+204=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 145 (57.03% from 255 or 27.00% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC91CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC91CC is #436E33. Grayscale: #A4A4A4. Windows color (decimal): -4419124 or 13406652. OLE color: 13406652.

HSL color Cylindrical-coordinate representation of color #BC91CC: hue angle of 283.73º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BC91CC is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 145 204 -
CMYK 0.08 0.29 0 0.2
HSL 283.73º 0.37% 0.68% -
HSV(B) 283.73º 0.29% 0.8% -
XYZ 41.76 35.3 61.74 -
YUV 164.58 150.25 144.7 -
System Red Green Blue C M Y K H S L
Decimal 188 145 204 0.08 0.29 0 0.2 283.73 0.37 0.68
Hex BC 91 CC 8 1D 0 14 11C 25 44
Octal 274 221 314 10 35 0 24 434 45 104
Binary 10111100 10010001 11001100 1000 11101 0 10100 100011100 100101 1000100

Color Harmonies of #BC91CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC91CC

Black with #BC91CC

Text Example


Text Example

White with #BC91CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC91CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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