Html Css Color HEX #BD62D0 Medium Orchid

📋 copy color: '#BD62D0'

red 189 ◦ green 98 ◦ blue 208

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

Shades of Medium Orchid #BD62D0

Tints of Medium Orchid #BD62D0

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.8%

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

R = 38.18%
G = 19.8%
B = 42.02%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BD62D0 (or 0xBD62D0) is known color: Medium Orchid. HEX triplet: BD, 62 and D0. RGB value is (189,98,208). Sum of RGB (Red+Green+Blue) = 189+98+208=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 98 (38.67% from 255 or 19.80% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 208 - color contains mainly: blue. Hex color #BD62D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD62D0 is #429D2F. Grayscale: #898989. Windows color (decimal): -4365616 or 13656765. OLE color: 13656765.

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

Color convert

RGB 189 98 208 -
CMYK 0.09 0.53 0 0.18
HSL 289.64º 0.54% 0.6% -
HSV(B) 289.64º 0.53% 0.82% -
XYZ 36.74 24.11 62.39 -
YUV 137.75 167.65 164.56 -
System Red Green Blue C M Y K H S L
Decimal 189 98 208 0.09 0.53 0 0.18 289.64 0.54 0.6
Hex BD 62 D0 9 35 0 12 122 36 3C
Octal 275 142 320 11 65 0 22 442 66 74
Binary 10111101 1100010 11010000 1001 110101 0 10010 100100010 110110 111100

Color Harmonies of #BD62D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD62D0

Black with #BD62D0

Text Example


Text Example

White with #BD62D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD62D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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