Html Css Color HEX #BD62D3 Medium Orchid

📋 copy color: '#BD62D3'

red 189 ◦ green 98 ◦ blue 211

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

Shades of Medium Orchid #BD62D3

Tints of Medium Orchid #BD62D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 42.37%

R = 37.95%
G = 19.68%
B = 42.37%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BD62D3 (or 0xBD62D3) is known color: Medium Orchid. HEX triplet: BD, 62 and D3. RGB value is (189,98,211). Sum of RGB (Red+Green+Blue) = 189+98+211=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 98 (38.67% from 255 or 19.68% from 498); Blue value is 211 (82.81% from 255 or 42.37% from 498); Max value from RGB is 211 - color contains mainly: blue. Hex color #BD62D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD62D3 is #429D2C. Grayscale: #898989. Windows color (decimal): -4365613 or 13853373. OLE color: 13853373.

HSL color Cylindrical-coordinate representation of color #BD62D3: hue angle of 288.32º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD62D3 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 98 211 -
CMYK 0.10 0.54 0 0.17
HSL 288.32º 0.56% 0.61% -
HSV(B) 288.32º 0.54% 0.83% -
XYZ 37.11 24.26 64.35 -
YUV 138.09 169.15 164.31 -
System Red Green Blue C M Y K H S L
Decimal 189 98 211 0.10 0.54 0 0.17 288.32 0.56 0.61
Hex BD 62 D3 A 36 0 11 120 38 3D
Octal 275 142 323 12 66 0 21 440 70 75
Binary 10111101 1100010 11010011 1010 110110 0 10001 100100000 111000 111101

Color Harmonies of #BD62D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD62D3

Black with #BD62D3

Text Example


Text Example

White with #BD62D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD62D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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