Html Css Color HEX #BA62DF Medium Orchid

📋 copy color: '#BA62DF'

red 186 ◦ green 98 ◦ blue 223

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

Shades of Medium Orchid #BA62DF

Tints of Medium Orchid #BA62DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.98%

R = 36.69%
G = 19.33%
B = 43.98%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA62DF (or 0xBA62DF) is known color: Medium Orchid. HEX triplet: BA, 62 and DF. RGB value is (186,98,223). Sum of RGB (Red+Green+Blue) = 186+98+223=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 98 (38.67% from 255 or 19.33% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA62DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA62DF is #459D20. Grayscale: #8A8A8A. Windows color (decimal): -4562209 or 14639802. OLE color: 14639802.

HSL color Cylindrical-coordinate representation of color #BA62DF: hue angle of 282.24º degrees, saturation: 0.66, 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 #BA62DF is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 98 223 -
CMYK 0.17 0.56 0 0.13
HSL 282.24º 0.66% 0.63% -
HSV(B) 282.24º 0.56% 0.87% -
XYZ 37.94 24.5 72.54 -
YUV 138.56 175.65 161.84 -
System Red Green Blue C M Y K H S L
Decimal 186 98 223 0.17 0.56 0 0.13 282.24 0.66 0.63
Hex BA 62 DF 11 38 0 D 11A 42 3F
Octal 272 142 337 21 70 0 15 432 102 77
Binary 10111010 1100010 11011111 10001 111000 0 1101 100011010 1000010 111111

Color Harmonies of #BA62DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA62DF

Black with #BA62DF

Text Example


Text Example

White with #BA62DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA62DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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