Html Css Color HEX #BA62EF Medium Orchid

📋 copy color: '#BA62EF'

red 186 ◦ green 98 ◦ blue 239

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

Shades of Medium Orchid #BA62EF

Tints of Medium Orchid #BA62EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.7%

R = 35.56%
G = 18.74%
B = 45.7%

CMYK

 C value IS 0.22

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA62EF (or 0xBA62EF) is known color: Medium Orchid. HEX triplet: BA, 62 and EF. RGB value is (186,98,239). Sum of RGB (Red+Green+Blue) = 186+98+239=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 98 (38.67% from 255 or 18.74% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA62EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA62EF is #459D10. Grayscale: #8B8B8B. Windows color (decimal): -4562193 or 15688378. OLE color: 15688378.

HSL color Cylindrical-coordinate representation of color #BA62EF: hue angle of 277.45º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA62EF is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 98 239 -
CMYK 0.22 0.59 0 0.06
HSL 277.45º 0.82% 0.66% -
HSV(B) 277.45º 0.59% 0.94% -
XYZ 40.2 25.41 84.45 -
YUV 140.39 183.65 160.54 -
System Red Green Blue C M Y K H S L
Decimal 186 98 239 0.22 0.59 0 0.06 277.45 0.82 0.66
Hex BA 62 EF 16 3B 0 6 115 52 42
Octal 272 142 357 26 73 0 6 425 122 102
Binary 10111010 1100010 11101111 10110 111011 0 110 100010101 1010010 1000010

Color Harmonies of #BA62EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA62EF

Black with #BA62EF

Text Example


Text Example

White with #BA62EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA62EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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