Html Css Color HEX #BD88EA Wisteria

📋 copy color: '#BD88EA'

red 189 ◦ green 136 ◦ blue 234

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

Shades of Wisteria #BD88EA

Tints of Wisteria #BD88EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.86%

R = 33.81%
G = 24.33%
B = 41.86%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BD88EA (or 0xBD88EA) is known color: Wisteria. HEX triplet: BD, 88 and EA. RGB value is (189,136,234). Sum of RGB (Red+Green+Blue) = 189+136+234=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 136 (53.52% from 255 or 24.33% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD88EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD88EA is #427715. Grayscale: #A2A2A2. Windows color (decimal): -4355862 or 15370429. OLE color: 15370429.

HSL color Cylindrical-coordinate representation of color #BD88EA: hue angle of 272.45º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD88EA is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 136 234 -
CMYK 0.19 0.42 0 0.08
HSL 272.45º 0.7% 0.73% -
HSV(B) 272.45º 0.42% 0.92% -
XYZ 44.64 34.37 82.12 -
YUV 163.02 168.06 146.53 -
System Red Green Blue C M Y K H S L
Decimal 189 136 234 0.19 0.42 0 0.08 272.45 0.7 0.73
Hex BD 88 EA 13 2A 0 8 110 46 49
Octal 275 210 352 23 52 0 10 420 106 111
Binary 10111101 10001000 11101010 10011 101010 0 1000 100010000 1000110 1001001

Color Harmonies of #BD88EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD88EA

Black with #BD88EA

Text Example


Text Example

White with #BD88EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD88EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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