Html Css Color HEX #BA62E8 Medium Orchid

📋 copy color: '#BA62E8'

red 186 ◦ green 98 ◦ blue 232

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

Shades of Medium Orchid #BA62E8

Tints of Medium Orchid #BA62E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 44.96%

R = 36.05%
G = 18.99%
B = 44.96%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA62E8 (or 0xBA62E8) is known color: Medium Orchid. HEX triplet: BA, 62 and E8. RGB value is (186,98,232). Sum of RGB (Red+Green+Blue) = 186+98+232=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 98 (38.67% from 255 or 18.99% from 516); Blue value is 232 (91.02% from 255 or 44.96% from 516); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA62E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA62E8 is #459D17. Grayscale: #8B8B8B. Windows color (decimal): -4562200 or 15229626. OLE color: 15229626.

HSL color Cylindrical-coordinate representation of color #BA62E8: hue angle of 279.4º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA62E8 is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 98 232 -
CMYK 0.20 0.58 0 0.09
HSL 279.4º 0.74% 0.65% -
HSV(B) 279.4º 0.58% 0.91% -
XYZ 39.18 25 79.1 -
YUV 139.59 180.15 161.1 -
System Red Green Blue C M Y K H S L
Decimal 186 98 232 0.20 0.58 0 0.09 279.4 0.74 0.65
Hex BA 62 E8 14 3A 0 9 117 4A 41
Octal 272 142 350 24 72 0 11 427 112 101
Binary 10111010 1100010 11101000 10100 111010 0 1001 100010111 1001010 1000001

Color Harmonies of #BA62E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA62E8

Black with #BA62E8

Text Example


Text Example

White with #BA62E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA62E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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