Html Css Color HEX #BA62EB Medium Orchid

📋 copy color: '#BA62EB'

red 186 ◦ green 98 ◦ blue 235

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

Shades of Medium Orchid #BA62EB

Tints of Medium Orchid #BA62EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.28%

R = 35.84%
G = 18.88%
B = 45.28%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA62EB (or 0xBA62EB) is known color: Medium Orchid. HEX triplet: BA, 62 and EB. RGB value is (186,98,235). Sum of RGB (Red+Green+Blue) = 186+98+235=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 98 (38.67% from 255 or 18.88% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA62EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA62EB is #459D14. Grayscale: #8B8B8B. Windows color (decimal): -4562197 or 15426234. OLE color: 15426234.

HSL color Cylindrical-coordinate representation of color #BA62EB: hue angle of 278.54º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA62EB is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 98 235 -
CMYK 0.21 0.58 0 0.08
HSL 278.54º 0.77% 0.65% -
HSV(B) 278.54º 0.58% 0.92% -
XYZ 39.61 25.17 81.37 -
YUV 139.93 181.65 160.86 -
System Red Green Blue C M Y K H S L
Decimal 186 98 235 0.21 0.58 0 0.08 278.54 0.77 0.65
Hex BA 62 EB 15 3A 0 8 117 4D 41
Octal 272 142 353 25 72 0 10 427 115 101
Binary 10111010 1100010 11101011 10101 111010 0 1000 100010111 1001101 1000001

Color Harmonies of #BA62EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA62EB

Black with #BA62EB

Text Example


Text Example

White with #BA62EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA62EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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