Html Css Color HEX #BA62ED Medium Orchid

📋 copy color: '#BA62ED'

red 186 ◦ green 98 ◦ blue 237

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

Shades of Medium Orchid #BA62ED

Tints of Medium Orchid #BA62ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.49%

R = 35.7%
G = 18.81%
B = 45.49%

CMYK

 C value IS 0.22

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA62ED (or 0xBA62ED) is known color: Medium Orchid. HEX triplet: BA, 62 and ED. RGB value is (186,98,237). Sum of RGB (Red+Green+Blue) = 186+98+237=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 98 (38.67% from 255 or 18.81% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA62ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA62ED is #459D12. Grayscale: #8B8B8B. Windows color (decimal): -4562195 or 15557306. OLE color: 15557306.

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

Color convert

RGB 186 98 237 -
CMYK 0.22 0.59 0 0.07
HSL 277.99º 0.79% 0.66% -
HSV(B) 277.99º 0.59% 0.93% -
XYZ 39.9 25.29 82.9 -
YUV 140.16 182.65 160.7 -
System Red Green Blue C M Y K H S L
Decimal 186 98 237 0.22 0.59 0 0.07 277.99 0.79 0.66
Hex BA 62 ED 16 3B 0 7 116 4F 42
Octal 272 142 355 26 73 0 7 426 117 102
Binary 10111010 1100010 11101101 10110 111011 0 111 100010110 1001111 1000010

Color Harmonies of #BA62ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA62ED

Black with #BA62ED

Text Example


Text Example

White with #BA62ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA62ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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