Html Css Color HEX #BA46D0 Medium Orchid

📋 copy color: '#BA46D0'

red 186 ◦ green 70 ◦ blue 208

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

Shades of Medium Orchid #BA46D0

Tints of Medium Orchid #BA46D0

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.09%

 BLUE value IS 208 (81.64% from 255) = 44.83%

R = 40.09%
G = 15.09%
B = 44.83%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA46D0 (or 0xBA46D0) is known color: Medium Orchid. HEX triplet: BA, 46 and D0. RGB value is (186,70,208). Sum of RGB (Red+Green+Blue) = 186+70+208=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 70 (27.73% from 255 or 15.09% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA46D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA46D0 is #45B92F. Grayscale: #777777. Windows color (decimal): -4569392 or 13649594. OLE color: 13649594.

HSL color Cylindrical-coordinate representation of color #BA46D0: hue angle of 290.43º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA46D0 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 70 208 -
CMYK 0.11 0.66 0 0.18
HSL 290.43º 0.59% 0.55% -
HSV(B) 290.43º 0.66% 0.82% -
XYZ 33.83 19.37 61.63 -
YUV 120.42 177.43 174.78 -
System Red Green Blue C M Y K H S L
Decimal 186 70 208 0.11 0.66 0 0.18 290.43 0.59 0.55
Hex BA 46 D0 B 42 0 12 122 3B 37
Octal 272 106 320 13 102 0 22 442 73 67
Binary 10111010 1000110 11010000 1011 1000010 0 10010 100100010 111011 110111

Color Harmonies of #BA46D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA46D0

Black with #BA46D0

Text Example


Text Example

White with #BA46D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA46D0; }

 p { color: rgb(186,70,208); }

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

background-color css

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

 a { background-color: rgb(186,70,208); }

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

border-color css

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

 span { border-color: rgb(186,70,208); }

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