Html Css Color HEX #BA62CA Medium Orchid

📋 copy color: '#BA62CA'

red 186 ◦ green 98 ◦ blue 202

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

Shades of Medium Orchid #BA62CA

Tints of Medium Orchid #BA62CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.56%

R = 38.27%
G = 20.16%
B = 41.56%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA62CA (or 0xBA62CA) is known color: Medium Orchid. HEX triplet: BA, 62 and CA. RGB value is (186,98,202). Sum of RGB (Red+Green+Blue) = 186+98+202=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 98 (38.67% from 255 or 20.16% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA62CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA62CA is #459D35. Grayscale: #878787. Windows color (decimal): -4562230 or 13263546. OLE color: 13263546.

HSL color Cylindrical-coordinate representation of color #BA62CA: hue angle of 290.77º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA62CA is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 98 202 -
CMYK 0.08 0.51 0 0.21
HSL 290.77º 0.5% 0.59% -
HSV(B) 290.77º 0.51% 0.79% -
XYZ 35.28 23.44 58.54 -
YUV 136.17 165.15 163.54 -
System Red Green Blue C M Y K H S L
Decimal 186 98 202 0.08 0.51 0 0.21 290.77 0.5 0.59
Hex BA 62 CA 8 33 0 15 123 32 3B
Octal 272 142 312 10 63 0 25 443 62 73
Binary 10111010 1100010 11001010 1000 110011 0 10101 100100011 110010 111011

Color Harmonies of #BA62CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA62CA

Black with #BA62CA

Text Example


Text Example

White with #BA62CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA62CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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