Html Css Color HEX #BD88E9 Wisteria

📋 copy color: '#BD88E9'

red 189 ◦ green 136 ◦ blue 233

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

Shades of Wisteria #BD88E9

Tints of Wisteria #BD88E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 41.76%

R = 33.87%
G = 24.37%
B = 41.76%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BD88E9 (or 0xBD88E9) is known color: Wisteria. HEX triplet: BD, 88 and E9. RGB value is (189,136,233). Sum of RGB (Red+Green+Blue) = 189+136+233=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 136 (53.52% from 255 or 24.37% from 558); Blue value is 233 (91.41% from 255 or 41.76% from 558); Max value from RGB is 233 - color contains mainly: blue. Hex color #BD88E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD88E9 is #427716. Grayscale: #A2A2A2. Windows color (decimal): -4355863 or 15304893. OLE color: 15304893.

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

Color convert

RGB 189 136 233 -
CMYK 0.19 0.42 0 0.09
HSL 272.78º 0.69% 0.72% -
HSV(B) 272.78º 0.42% 0.91% -
XYZ 44.5 34.31 81.37 -
YUV 162.91 167.56 146.61 -
System Red Green Blue C M Y K H S L
Decimal 189 136 233 0.19 0.42 0 0.09 272.78 0.69 0.72
Hex BD 88 E9 13 2A 0 9 111 45 48
Octal 275 210 351 23 52 0 11 421 105 110
Binary 10111101 10001000 11101001 10011 101010 0 1001 100010001 1000101 1001000

Color Harmonies of #BD88E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD88E9

Black with #BD88E9

Text Example


Text Example

White with #BD88E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD88E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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