Html Css Color HEX #BD55D1 Medium Orchid

📋 copy color: '#BD55D1'

red 189 ◦ green 85 ◦ blue 209

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

Shades of Medium Orchid #BD55D1

Tints of Medium Orchid #BD55D1

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.6%

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

R = 39.13%
G = 17.6%
B = 43.27%

CMYK

 C value IS 0.10

 M value IS 0.59

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BD55D1 (or 0xBD55D1) is known color: Medium Orchid. HEX triplet: BD, 55 and D1. RGB value is (189,85,209). Sum of RGB (Red+Green+Blue) = 189+85+209=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 209 (82.03% from 255 or 43.27% from 483); Max value from RGB is 209 - color contains mainly: blue. Hex color #BD55D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD55D1 is #42AA2E. Grayscale: #818181. Windows color (decimal): -4368943 or 13718973. OLE color: 13718973.

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

Color convert

RGB 189 85 209 -
CMYK 0.10 0.59 0 0.18
HSL 290.32º 0.57% 0.58% -
HSV(B) 290.32º 0.59% 0.82% -
XYZ 35.74 21.92 62.67 -
YUV 130.23 172.46 169.92 -
System Red Green Blue C M Y K H S L
Decimal 189 85 209 0.10 0.59 0 0.18 290.32 0.57 0.58
Hex BD 55 D1 A 3B 0 12 122 39 3A
Octal 275 125 321 12 73 0 22 442 71 72
Binary 10111101 1010101 11010001 1010 111011 0 10010 100100010 111001 111010

Color Harmonies of #BD55D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD55D1

Black with #BD55D1

Text Example


Text Example

White with #BD55D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD55D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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