Html Css Color HEX #BD89ED Wisteria

📋 copy color: '#BD89ED'

red 189 ◦ green 137 ◦ blue 237

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

Shades of Wisteria #BD89ED

Tints of Wisteria #BD89ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.1%

R = 33.57%
G = 24.33%
B = 42.1%

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

#BD89ED (or 0xBD89ED) is known color: Wisteria. HEX triplet: BD, 89 and ED. RGB value is (189,137,237). Sum of RGB (Red+Green+Blue) = 189+137+237=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 137 (53.91% from 255 or 24.33% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD89ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD89ED is #427612. Grayscale: #A3A3A3. Windows color (decimal): -4355603 or 15567293. OLE color: 15567293.

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

Color convert

RGB 189 137 237 -
CMYK 0.20 0.42 0 0.07
HSL 271.2º 0.74% 0.73% -
HSV(B) 271.2º 0.42% 0.93% -
XYZ 45.22 34.82 84.46 -
YUV 163.95 169.23 145.87 -
System Red Green Blue C M Y K H S L
Decimal 189 137 237 0.20 0.42 0 0.07 271.2 0.74 0.73
Hex BD 89 ED 14 2A 0 7 10F 4A 49
Octal 275 211 355 24 52 0 7 417 112 111
Binary 10111101 10001001 11101101 10100 101010 0 111 100001111 1001010 1001001

Color Harmonies of #BD89ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD89ED

Black with #BD89ED

Text Example


Text Example

White with #BD89ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD89ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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