Html Css Color HEX #BD89EE Wisteria

📋 copy color: '#BD89EE'

red 189 ◦ green 137 ◦ blue 238

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

Shades of Wisteria #BD89EE

Tints of Wisteria #BD89EE

RGB

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

 GREEN value IS 137 (53.91% from 255) = 24.29%

 BLUE value IS 238 (93.36% from 255) = 42.2%

R = 33.51%
G = 24.29%
B = 42.2%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD89EE (or 0xBD89EE) is known color: Wisteria. HEX triplet: BD, 89 and EE. RGB value is (189,137,238). Sum of RGB (Red+Green+Blue) = 189+137+238=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 137 (53.91% from 255 or 24.29% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD89EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD89EE is #427611. Grayscale: #A3A3A3. Windows color (decimal): -4355602 or 15632829. OLE color: 15632829.

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

Color convert

RGB 189 137 238 -
CMYK 0.21 0.42 0 0.07
HSL 270.89º 0.75% 0.74% -
HSV(B) 270.89º 0.42% 0.93% -
XYZ 45.36 34.88 85.23 -
YUV 164.06 169.73 145.79 -
System Red Green Blue C M Y K H S L
Decimal 189 137 238 0.21 0.42 0 0.07 270.89 0.75 0.74
Hex BD 89 EE 15 2A 0 7 10F 4B 4A
Octal 275 211 356 25 52 0 7 417 113 112
Binary 10111101 10001001 11101110 10101 101010 0 111 100001111 1001011 1001010

Color Harmonies of #BD89EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD89EE

Black with #BD89EE

Text Example


Text Example

White with #BD89EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD89EE; }

 p { color: rgb(189,137,238); }

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

background-color css

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

 a { background-color: rgb(189,137,238); }

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

border-color css

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

 span { border-color: rgb(189,137,238); }

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