Html Css Color HEX #BD53D0 Medium Orchid

📋 copy color: '#BD53D0'

red 189 ◦ green 83 ◦ blue 208

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

Shades of Medium Orchid #BD53D0

Tints of Medium Orchid #BD53D0

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.29%

 BLUE value IS 208 (81.64% from 255) = 43.33%

R = 39.38%
G = 17.29%
B = 43.33%

CMYK

 C value IS 0.09

 M value IS 0.60

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BD53D0 (or 0xBD53D0) is known color: Medium Orchid. HEX triplet: BD, 53 and D0. RGB value is (189,83,208). Sum of RGB (Red+Green+Blue) = 189+83+208=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 83 (32.81% from 255 or 17.29% from 480); Blue value is 208 (81.64% from 255 or 43.33% from 480); Max value from RGB is 208 - color contains mainly: blue. Hex color #BD53D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD53D0 is #42AC2F. Grayscale: #808080. Windows color (decimal): -4369456 or 13652925. OLE color: 13652925.

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

Color convert

RGB 189 83 208 -
CMYK 0.09 0.60 0 0.18
HSL 290.88º 0.57% 0.57% -
HSV(B) 290.88º 0.6% 0.82% -
XYZ 35.46 21.56 61.97 -
YUV 128.94 172.62 170.84 -
System Red Green Blue C M Y K H S L
Decimal 189 83 208 0.09 0.60 0 0.18 290.88 0.57 0.57
Hex BD 53 D0 9 3C 0 12 123 39 39
Octal 275 123 320 11 74 0 22 443 71 71
Binary 10111101 1010011 11010000 1001 111100 0 10010 100100011 111001 111001

Color Harmonies of #BD53D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD53D0

Black with #BD53D0

Text Example


Text Example

White with #BD53D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD53D0; }

 p { color: rgb(189,83,208); }

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

background-color css

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

 a { background-color: rgb(189,83,208); }

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

border-color css

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

 span { border-color: rgb(189,83,208); }

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