Html Css Color HEX #BD88EC Wisteria

📋 copy color: '#BD88EC'

red 189 ◦ green 136 ◦ blue 236

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

Shades of Wisteria #BD88EC

Tints of Wisteria #BD88EC

RGB

 RED value IS 189 (74.22% from 255) = 33.69%

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

 BLUE value IS 236 (92.58% from 255) = 42.07%

R = 33.69%
G = 24.24%
B = 42.07%

CMYK

 C value IS 0.20

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD88EC (or 0xBD88EC) is known color: Wisteria. HEX triplet: BD, 88 and EC. RGB value is (189,136,236). Sum of RGB (Red+Green+Blue) = 189+136+236=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 136 (53.52% from 255 or 24.24% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD88EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD88EC is #427713. Grayscale: #A2A2A2. Windows color (decimal): -4355860 or 15501501. OLE color: 15501501.

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

Color convert

RGB 189 136 236 -
CMYK 0.20 0.42 0 0.07
HSL 271.8º 0.72% 0.73% -
HSV(B) 271.8º 0.42% 0.93% -
XYZ 44.93 34.48 83.64 -
YUV 163.25 169.06 146.37 -
System Red Green Blue C M Y K H S L
Decimal 189 136 236 0.20 0.42 0 0.07 271.8 0.72 0.73
Hex BD 88 EC 14 2A 0 7 110 48 49
Octal 275 210 354 24 52 0 7 420 110 111
Binary 10111101 10001000 11101100 10100 101010 0 111 100010000 1001000 1001001

Color Harmonies of #BD88EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD88EC

Black with #BD88EC

Text Example


Text Example

White with #BD88EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD88EC; }

 p { color: rgb(189,136,236); }

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

background-color css

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

 a { background-color: rgb(189,136,236); }

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

border-color css

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

 span { border-color: rgb(189,136,236); }

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