Html Css Color HEX #BA62DD Medium Orchid

📋 copy color: '#BA62DD'

red 186 ◦ green 98 ◦ blue 221

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

Shades of Medium Orchid #BA62DD

Tints of Medium Orchid #BA62DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.76%

R = 36.83%
G = 19.41%
B = 43.76%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA62DD (or 0xBA62DD) is known color: Medium Orchid. HEX triplet: BA, 62 and DD. RGB value is (186,98,221). Sum of RGB (Red+Green+Blue) = 186+98+221=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 98 (38.67% from 255 or 19.41% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA62DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA62DD is #459D22. Grayscale: #898989. Windows color (decimal): -4562211 or 14508730. OLE color: 14508730.

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

Color convert

RGB 186 98 221 -
CMYK 0.16 0.56 0 0.13
HSL 282.93º 0.64% 0.63% -
HSV(B) 282.93º 0.56% 0.87% -
XYZ 37.67 24.39 71.13 -
YUV 138.33 174.65 162 -
System Red Green Blue C M Y K H S L
Decimal 186 98 221 0.16 0.56 0 0.13 282.93 0.64 0.63
Hex BA 62 DD 10 38 0 D 11B 40 3F
Octal 272 142 335 20 70 0 15 433 100 77
Binary 10111010 1100010 11011101 10000 111000 0 1101 100011011 1000000 111111

Color Harmonies of #BA62DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA62DD

Black with #BA62DD

Text Example


Text Example

White with #BA62DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA62DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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