Html Css Color HEX #BA62DB Medium Orchid

📋 copy color: '#BA62DB'

red 186 ◦ green 98 ◦ blue 219

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

Shades of Medium Orchid #BA62DB

Tints of Medium Orchid #BA62DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.54%

R = 36.98%
G = 19.48%
B = 43.54%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA62DB (or 0xBA62DB) is known color: Medium Orchid. HEX triplet: BA, 62 and DB. RGB value is (186,98,219). Sum of RGB (Red+Green+Blue) = 186+98+219=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 98 (38.67% from 255 or 19.48% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA62DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA62DB is #459D24. Grayscale: #898989. Windows color (decimal): -4562213 or 14377658. OLE color: 14377658.

HSL color Cylindrical-coordinate representation of color #BA62DB: hue angle of 283.64º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA62DB is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 98 219 -
CMYK 0.15 0.55 0 0.14
HSL 283.64º 0.63% 0.62% -
HSV(B) 283.64º 0.55% 0.86% -
XYZ 37.4 24.29 69.73 -
YUV 138.11 173.65 162.16 -
System Red Green Blue C M Y K H S L
Decimal 186 98 219 0.15 0.55 0 0.14 283.64 0.63 0.62
Hex BA 62 DB F 37 0 E 11C 3F 3E
Octal 272 142 333 17 67 0 16 434 77 76
Binary 10111010 1100010 11011011 1111 110111 0 1110 100011100 111111 111110

Color Harmonies of #BA62DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA62DB

Black with #BA62DB

Text Example


Text Example

White with #BA62DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA62DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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