Html Css Color HEX #BC88ED Wisteria

📋 copy color: '#BC88ED'

red 188 ◦ green 136 ◦ blue 237

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

Shades of Wisteria #BC88ED

Tints of Wisteria #BC88ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.25%

R = 33.51%
G = 24.24%
B = 42.25%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC88ED (or 0xBC88ED) is known color: Wisteria. HEX triplet: BC, 88 and ED. RGB value is (188,136,237). Sum of RGB (Red+Green+Blue) = 188+136+237=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 136 (53.52% from 255 or 24.24% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC88ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC88ED is #437712. Grayscale: #A2A2A2. Windows color (decimal): -4421395 or 15567036. OLE color: 15567036.

HSL color Cylindrical-coordinate representation of color #BC88ED: hue angle of 270.89º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC88ED is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 136 237 -
CMYK 0.21 0.43 0 0.07
HSL 270.89º 0.74% 0.73% -
HSV(B) 270.89º 0.43% 0.93% -
XYZ 44.83 34.41 84.4 -
YUV 163.06 169.73 145.79 -
System Red Green Blue C M Y K H S L
Decimal 188 136 237 0.21 0.43 0 0.07 270.89 0.74 0.73
Hex BC 88 ED 15 2B 0 7 10F 4A 49
Octal 274 210 355 25 53 0 7 417 112 111
Binary 10111100 10001000 11101101 10101 101011 0 111 100001111 1001010 1001001

Color Harmonies of #BC88ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC88ED

Black with #BC88ED

Text Example


Text Example

White with #BC88ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC88ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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