Html Css Color HEX #BA62D2 Medium Orchid

📋 copy color: '#BA62D2'

red 186 ◦ green 98 ◦ blue 210

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

Shades of Medium Orchid #BA62D2

Tints of Medium Orchid #BA62D2

RGB

 RED value IS 186 (73.05% from 255) = 37.65%

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

 BLUE value IS 210 (82.42% from 255) = 42.51%

R = 37.65%
G = 19.84%
B = 42.51%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA62D2 (or 0xBA62D2) is known color: Medium Orchid. HEX triplet: BA, 62 and D2. RGB value is (186,98,210). Sum of RGB (Red+Green+Blue) = 186+98+210=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 98 (38.67% from 255 or 19.84% from 494); Blue value is 210 (82.42% from 255 or 42.51% from 494); Max value from RGB is 210 - color contains mainly: blue. Hex color #BA62D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA62D2 is #459D2D. Grayscale: #888888. Windows color (decimal): -4562222 or 13787834. OLE color: 13787834.

HSL color Cylindrical-coordinate representation of color #BA62D2: hue angle of 287.14º degrees, saturation: 0.55, 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 #BA62D2 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 98 210 -
CMYK 0.11 0.53 0 0.18
HSL 287.14º 0.55% 0.6% -
HSV(B) 287.14º 0.53% 0.82% -
XYZ 36.25 23.83 63.66 -
YUV 137.08 169.15 162.89 -
System Red Green Blue C M Y K H S L
Decimal 186 98 210 0.11 0.53 0 0.18 287.14 0.55 0.6
Hex BA 62 D2 B 35 0 12 11F 37 3C
Octal 272 142 322 13 65 0 22 437 67 74
Binary 10111010 1100010 11010010 1011 110101 0 10010 100011111 110111 111100

Color Harmonies of #BA62D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA62D2

Black with #BA62D2

Text Example


Text Example

White with #BA62D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA62D2; }

 p { color: rgb(186,98,210); }

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

background-color css

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

 a { background-color: rgb(186,98,210); }

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

border-color css

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

 span { border-color: rgb(186,98,210); }

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