Html Css Color HEX #BD5DF0 Medium Orchid

📋 copy color: '#BD5DF0'

red 189 ◦ green 93 ◦ blue 240

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

Shades of Medium Orchid #BD5DF0

Tints of Medium Orchid #BD5DF0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.82%

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

R = 36.21%
G = 17.82%
B = 45.98%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BD5DF0 (or 0xBD5DF0) is known color: Medium Orchid. HEX triplet: BD, 5D and F0. RGB value is (189,93,240). Sum of RGB (Red+Green+Blue) = 189+93+240=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 93 (36.72% from 255 or 17.82% from 522); Blue value is 240 (94.14% from 255 or 45.98% from 522); Max value from RGB is 240 - color contains mainly: blue. Hex color #BD5DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD5DF0 is #42A20F. Grayscale: #898989. Windows color (decimal): -4366864 or 15752637. OLE color: 15752637.

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

Color convert

RGB 189 93 240 -
CMYK 0.21 0.61 0 0.06
HSL 279.18º 0.83% 0.65% -
HSV(B) 279.18º 0.61% 0.94% -
XYZ 40.63 24.94 85.11 -
YUV 138.46 185.3 164.05 -
System Red Green Blue C M Y K H S L
Decimal 189 93 240 0.21 0.61 0 0.06 279.18 0.83 0.65
Hex BD 5D F0 15 3D 0 6 117 53 41
Octal 275 135 360 25 75 0 6 427 123 101
Binary 10111101 1011101 11110000 10101 111101 0 110 100010111 1010011 1000001

Color Harmonies of #BD5DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5DF0

Black with #BD5DF0

Text Example


Text Example

White with #BD5DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5DF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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