Html Css Color HEX #BD5FD1 Medium Orchid

📋 copy color: '#BD5FD1'

red 189 ◦ green 95 ◦ blue 209

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

Shades of Medium Orchid #BD5FD1

Tints of Medium Orchid #BD5FD1

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.27%

 BLUE value IS 209 (82.03% from 255) = 42.39%

R = 38.34%
G = 19.27%
B = 42.39%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BD5FD1 (or 0xBD5FD1) is known color: Medium Orchid. HEX triplet: BD, 5F and D1. RGB value is (189,95,209). Sum of RGB (Red+Green+Blue) = 189+95+209=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 95 (37.5% from 255 or 19.27% from 493); Blue value is 209 (82.03% from 255 or 42.39% from 493); Max value from RGB is 209 - color contains mainly: blue. Hex color #BD5FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5FD1 is #42A02E. Grayscale: #878787. Windows color (decimal): -4366383 or 13721533. OLE color: 13721533.

HSL color Cylindrical-coordinate representation of color #BD5FD1: hue angle of 289.47º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD5FD1 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 95 209 -
CMYK 0.10 0.55 0 0.18
HSL 289.47º 0.55% 0.6% -
HSV(B) 289.47º 0.55% 0.82% -
XYZ 36.59 23.61 62.95 -
YUV 136.1 169.14 165.73 -
System Red Green Blue C M Y K H S L
Decimal 189 95 209 0.10 0.55 0 0.18 289.47 0.55 0.6
Hex BD 5F D1 A 37 0 12 121 37 3C
Octal 275 137 321 12 67 0 22 441 67 74
Binary 10111101 1011111 11010001 1010 110111 0 10010 100100001 110111 111100

Color Harmonies of #BD5FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5FD1

Black with #BD5FD1

Text Example


Text Example

White with #BD5FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5FD1; }

 p { color: rgb(189,95,209); }

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

background-color css

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

 a { background-color: rgb(189,95,209); }

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

border-color css

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

 span { border-color: rgb(189,95,209); }

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