Html Css Color HEX #BC88E7 Wisteria

📋 copy color: '#BC88E7'

red 188 ◦ green 136 ◦ blue 231

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

Shades of Wisteria #BC88E7

Tints of Wisteria #BC88E7

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.5%

 BLUE value IS 231 (90.63% from 255) = 41.62%

R = 33.87%
G = 24.5%
B = 41.62%

CMYK

 C value IS 0.19

 M value IS 0.41

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BC88E7 (or 0xBC88E7) is known color: Wisteria. HEX triplet: BC, 88 and E7. RGB value is (188,136,231). Sum of RGB (Red+Green+Blue) = 188+136+231=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 136 (53.52% from 255 or 24.50% from 555); Blue value is 231 (90.62% from 255 or 41.62% from 555); Max value from RGB is 231 - color contains mainly: blue. Hex color #BC88E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC88E7 is #437718. Grayscale: #A2A2A2. Windows color (decimal): -4421401 or 15173820. OLE color: 15173820.

HSL color Cylindrical-coordinate representation of color #BC88E7: hue angle of 272.84º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC88E7 is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 136 231 -
CMYK 0.19 0.41 0 0.09
HSL 272.84º 0.66% 0.72% -
HSV(B) 272.84º 0.41% 0.91% -
XYZ 43.97 34.07 79.86 -
YUV 162.38 166.73 146.28 -
System Red Green Blue C M Y K H S L
Decimal 188 136 231 0.19 0.41 0 0.09 272.84 0.66 0.72
Hex BC 88 E7 13 29 0 9 111 42 48
Octal 274 210 347 23 51 0 11 421 102 110
Binary 10111100 10001000 11100111 10011 101001 0 1001 100010001 1000010 1001000

Color Harmonies of #BC88E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC88E7

Black with #BC88E7

Text Example


Text Example

White with #BC88E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC88E7; }

 p { color: rgb(188,136,231); }

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

background-color css

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

 a { background-color: rgb(188,136,231); }

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

border-color css

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

 span { border-color: rgb(188,136,231); }

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