Html Css Color HEX #BA62CD Medium Orchid

📋 copy color: '#BA62CD'

red 186 ◦ green 98 ◦ blue 205

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

Shades of Medium Orchid #BA62CD

Tints of Medium Orchid #BA62CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.92%

R = 38.04%
G = 20.04%
B = 41.92%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA62CD (or 0xBA62CD) is known color: Medium Orchid. HEX triplet: BA, 62 and CD. RGB value is (186,98,205). Sum of RGB (Red+Green+Blue) = 186+98+205=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 98 (38.67% from 255 or 20.04% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA62CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA62CD is #459D32. Grayscale: #888888. Windows color (decimal): -4562227 or 13460154. OLE color: 13460154.

HSL color Cylindrical-coordinate representation of color #BA62CD: hue angle of 289.35º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA62CD is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 98 205 -
CMYK 0.09 0.52 0 0.20
HSL 289.35º 0.52% 0.59% -
HSV(B) 289.35º 0.52% 0.8% -
XYZ 35.64 23.58 60.43 -
YUV 136.51 166.65 163.3 -
System Red Green Blue C M Y K H S L
Decimal 186 98 205 0.09 0.52 0 0.20 289.35 0.52 0.59
Hex BA 62 CD 9 34 0 14 121 34 3B
Octal 272 142 315 11 64 0 24 441 64 73
Binary 10111010 1100010 11001101 1001 110100 0 10100 100100001 110100 111011

Color Harmonies of #BA62CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA62CD

Black with #BA62CD

Text Example


Text Example

White with #BA62CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA62CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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