Html Css Color HEX #BD59D0 Medium Orchid

📋 copy color: '#BD59D0'

red 189 ◦ green 89 ◦ blue 208

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

Shades of Medium Orchid #BD59D0

Tints of Medium Orchid #BD59D0

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.31%

 BLUE value IS 208 (81.64% from 255) = 42.8%

R = 38.89%
G = 18.31%
B = 42.8%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BD59D0 (or 0xBD59D0) is known color: Medium Orchid. HEX triplet: BD, 59 and D0. RGB value is (189,89,208). Sum of RGB (Red+Green+Blue) = 189+89+208=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 89 (35.16% from 255 or 18.31% from 486); Blue value is 208 (81.64% from 255 or 42.80% from 486); Max value from RGB is 208 - color contains mainly: blue. Hex color #BD59D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD59D0 is #42A62F. Grayscale: #848484. Windows color (decimal): -4367920 or 13654461. OLE color: 13654461.

HSL color Cylindrical-coordinate representation of color #BD59D0: hue angle of 290.42º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD59D0 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 89 208 -
CMYK 0.09 0.57 0 0.18
HSL 290.42º 0.56% 0.58% -
HSV(B) 290.42º 0.57% 0.82% -
XYZ 35.94 22.52 62.13 -
YUV 132.47 170.63 168.32 -
System Red Green Blue C M Y K H S L
Decimal 189 89 208 0.09 0.57 0 0.18 290.42 0.56 0.58
Hex BD 59 D0 9 39 0 12 122 38 3A
Octal 275 131 320 11 71 0 22 442 70 72
Binary 10111101 1011001 11010000 1001 111001 0 10010 100100010 111000 111010

Color Harmonies of #BD59D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD59D0

Black with #BD59D0

Text Example


Text Example

White with #BD59D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD59D0; }

 p { color: rgb(189,89,208); }

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

background-color css

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

 a { background-color: rgb(189,89,208); }

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

border-color css

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

 span { border-color: rgb(189,89,208); }

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