Html Css Color HEX #BD59F0 Medium Orchid

📋 copy color: '#BD59F0'

red 189 ◦ green 89 ◦ blue 240

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

Shades of Medium Orchid #BD59F0

Tints of Medium Orchid #BD59F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.33%

R = 36.49%
G = 17.18%
B = 46.33%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BD59F0 (or 0xBD59F0) is known color: Medium Orchid. HEX triplet: BD, 59 and F0. RGB value is (189,89,240). Sum of RGB (Red+Green+Blue) = 189+89+240=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 89 (35.16% from 255 or 17.18% from 518); Blue value is 240 (94.14% from 255 or 46.33% from 518); Max value from RGB is 240 - color contains mainly: blue. Hex color #BD59F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD59F0 is #42A60F. Grayscale: #878787. Windows color (decimal): -4367888 or 15751613. OLE color: 15751613.

HSL color Cylindrical-coordinate representation of color #BD59F0: hue angle of 279.74º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD59F0 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 89 240 -
CMYK 0.21 0.63 0 0.06
HSL 279.74º 0.83% 0.65% -
HSV(B) 279.74º 0.63% 0.94% -
XYZ 40.29 24.25 85 -
YUV 136.11 186.63 165.72 -
System Red Green Blue C M Y K H S L
Decimal 189 89 240 0.21 0.63 0 0.06 279.74 0.83 0.65
Hex BD 59 F0 15 3F 0 6 118 53 41
Octal 275 131 360 25 77 0 6 430 123 101
Binary 10111101 1011001 11110000 10101 111111 0 110 100011000 1010011 1000001

Color Harmonies of #BD59F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD59F0

Black with #BD59F0

Text Example


Text Example

White with #BD59F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD59F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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