Html Css Color HEX #BD53DF Medium Orchid

📋 copy color: '#BD53DF'

red 189 ◦ green 83 ◦ blue 223

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

Shades of Medium Orchid #BD53DF

Tints of Medium Orchid #BD53DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.05%

R = 38.18%
G = 16.77%
B = 45.05%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD53DF (or 0xBD53DF) is known color: Medium Orchid. HEX triplet: BD, 53 and DF. RGB value is (189,83,223). Sum of RGB (Red+Green+Blue) = 189+83+223=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 83 (32.81% from 255 or 16.77% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD53DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD53DF is #42AC20. Grayscale: #828282. Windows color (decimal): -4369441 or 14635965. OLE color: 14635965.

HSL color Cylindrical-coordinate representation of color #BD53DF: hue angle of 285.43º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD53DF is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 83 223 -
CMYK 0.15 0.63 0 0.13
HSL 285.43º 0.69% 0.6% -
HSV(B) 285.43º 0.63% 0.87% -
XYZ 37.4 22.33 72.15 -
YUV 130.65 180.12 169.62 -
System Red Green Blue C M Y K H S L
Decimal 189 83 223 0.15 0.63 0 0.13 285.43 0.69 0.6
Hex BD 53 DF F 3F 0 D 11D 45 3C
Octal 275 123 337 17 77 0 15 435 105 74
Binary 10111101 1010011 11011111 1111 111111 0 1101 100011101 1000101 111100

Color Harmonies of #BD53DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD53DF

Black with #BD53DF

Text Example


Text Example

White with #BD53DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD53DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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