Html Css Color HEX #BD73D6 Medium Orchid

📋 copy color: '#BD73D6'

red 189 ◦ green 115 ◦ blue 214

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

Shades of Medium Orchid #BD73D6

Tints of Medium Orchid #BD73D6

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.2%

 BLUE value IS 214 (83.98% from 255) = 41.31%

R = 36.49%
G = 22.2%
B = 41.31%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BD73D6 (or 0xBD73D6) is known color: Medium Orchid. HEX triplet: BD, 73 and D6. RGB value is (189,115,214). Sum of RGB (Red+Green+Blue) = 189+115+214=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 115 (45.31% from 255 or 22.20% from 518); Blue value is 214 (83.98% from 255 or 41.31% from 518); Max value from RGB is 214 - color contains mainly: blue. Hex color #BD73D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD73D6 is #428C29. Grayscale: #949494. Windows color (decimal): -4361258 or 14054333. OLE color: 14054333.

HSL color Cylindrical-coordinate representation of color #BD73D6: hue angle of 284.85º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD73D6 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 115 214 -
CMYK 0.12 0.46 0 0.16
HSL 284.85º 0.55% 0.65% -
HSV(B) 284.85º 0.46% 0.84% -
XYZ 39.25 27.94 66.94 -
YUV 148.41 165.02 156.95 -
System Red Green Blue C M Y K H S L
Decimal 189 115 214 0.12 0.46 0 0.16 284.85 0.55 0.65
Hex BD 73 D6 C 2E 0 10 11D 37 41
Octal 275 163 326 14 56 0 20 435 67 101
Binary 10111101 1110011 11010110 1100 101110 0 10000 100011101 110111 1000001

Color Harmonies of #BD73D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD73D6

Black with #BD73D6

Text Example


Text Example

White with #BD73D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD73D6; }

 p { color: rgb(189,115,214); }

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

background-color css

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

 a { background-color: rgb(189,115,214); }

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

border-color css

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

 span { border-color: rgb(189,115,214); }

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