Html Css Color HEX #BD59F1 Medium Orchid

📋 copy color: '#BD59F1'

red 189 ◦ green 89 ◦ blue 241

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

Shades of Medium Orchid #BD59F1

Tints of Medium Orchid #BD59F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.44%

R = 36.42%
G = 17.15%
B = 46.44%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BD59F1 (or 0xBD59F1) is known color: Medium Orchid. HEX triplet: BD, 59 and F1. RGB value is (189,89,241). Sum of RGB (Red+Green+Blue) = 189+89+241=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 89 (35.16% from 255 or 17.15% from 519); Blue value is 241 (94.53% from 255 or 46.44% from 519); Max value from RGB is 241 - color contains mainly: blue. Hex color #BD59F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD59F1 is #42A60E. Grayscale: #878787. Windows color (decimal): -4367887 or 15817149. OLE color: 15817149.

HSL color Cylindrical-coordinate representation of color #BD59F1: hue angle of 279.47º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD59F1 is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 89 241 -
CMYK 0.22 0.63 0 0.05
HSL 279.47º 0.84% 0.65% -
HSV(B) 279.47º 0.63% 0.95% -
XYZ 40.44 24.31 85.78 -
YUV 136.23 187.13 165.64 -
System Red Green Blue C M Y K H S L
Decimal 189 89 241 0.22 0.63 0 0.05 279.47 0.84 0.65
Hex BD 59 F1 16 3F 0 5 117 54 41
Octal 275 131 361 26 77 0 5 427 124 101
Binary 10111101 1011001 11110001 10110 111111 0 101 100010111 1010100 1000001

Color Harmonies of #BD59F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD59F1

Black with #BD59F1

Text Example


Text Example

White with #BD59F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD59F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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