Html Css Color HEX #BD89EC Wisteria

📋 copy color: '#BD89EC'

red 189 ◦ green 137 ◦ blue 236

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

Shades of Wisteria #BD89EC

Tints of Wisteria #BD89EC

RGB

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

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

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

R = 33.63%
G = 24.38%
B = 41.99%

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

#BD89EC (or 0xBD89EC) is known color: Wisteria. HEX triplet: BD, 89 and EC. RGB value is (189,137,236). Sum of RGB (Red+Green+Blue) = 189+137+236=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 137 (53.91% from 255 or 24.38% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD89EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD89EC is #427613. Grayscale: #A3A3A3. Windows color (decimal): -4355604 or 15501757. OLE color: 15501757.

HSL color Cylindrical-coordinate representation of color #BD89EC: hue angle of 271.52º 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 #BD89EC is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 137 236 -
CMYK 0.20 0.42 0 0.07
HSL 271.52º 0.72% 0.73% -
HSV(B) 271.52º 0.42% 0.93% -
XYZ 45.07 34.77 83.69 -
YUV 163.83 168.73 145.95 -
System Red Green Blue C M Y K H S L
Decimal 189 137 236 0.20 0.42 0 0.07 271.52 0.72 0.73
Hex BD 89 EC 14 2A 0 7 110 48 49
Octal 275 211 354 24 52 0 7 420 110 111
Binary 10111101 10001001 11101100 10100 101010 0 111 100010000 1001000 1001001

Color Harmonies of #BD89EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD89EC

Black with #BD89EC

Text Example


Text Example

White with #BD89EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD89EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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