Html Css Color HEX #BC91E5 Wisteria

📋 copy color: '#BC91E5'

red 188 ◦ green 145 ◦ blue 229

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

Shades of Wisteria #BC91E5

Tints of Wisteria #BC91E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.75%

R = 33.45%
G = 25.8%
B = 40.75%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BC91E5 (or 0xBC91E5) is known color: Wisteria. HEX triplet: BC, 91 and E5. RGB value is (188,145,229). Sum of RGB (Red+Green+Blue) = 188+145+229=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 145 (57.03% from 255 or 25.80% from 562); Blue value is 229 (89.84% from 255 or 40.75% from 562); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC91E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC91E5 is #436E1A. Grayscale: #A7A7A7. Windows color (decimal): -4419099 or 15045052. OLE color: 15045052.

HSL color Cylindrical-coordinate representation of color #BC91E5: hue angle of 270.71º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC91E5 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 145 229 -
CMYK 0.18 0.37 0 0.10
HSL 270.71º 0.62% 0.73% -
HSV(B) 270.71º 0.37% 0.9% -
XYZ 45.01 36.6 78.82 -
YUV 167.43 162.75 142.67 -
System Red Green Blue C M Y K H S L
Decimal 188 145 229 0.18 0.37 0 0.10 270.71 0.62 0.73
Hex BC 91 E5 12 25 0 A 10F 3E 49
Octal 274 221 345 22 45 0 12 417 76 111
Binary 10111100 10010001 11100101 10010 100101 0 1010 100001111 111110 1001001

Color Harmonies of #BC91E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC91E5

Black with #BC91E5

Text Example


Text Example

White with #BC91E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC91E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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