Html Css Color HEX #BA42F0 Medium Orchid

📋 copy color: '#BA42F0'

red 186 ◦ green 66 ◦ blue 240

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

Shades of Medium Orchid #BA42F0

Tints of Medium Orchid #BA42F0

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.41%

 BLUE value IS 240 (94.14% from 255) = 48.78%

R = 37.8%
G = 13.41%
B = 48.78%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA42F0 (or 0xBA42F0) is known color: Medium Orchid. HEX triplet: BA, 42 and F0. RGB value is (186,66,240). Sum of RGB (Red+Green+Blue) = 186+66+240=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 66 (26.17% from 255 or 13.41% from 492); Blue value is 240 (94.14% from 255 or 48.78% from 492); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA42F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA42F0 is #45BD0F. Grayscale: #797979. Windows color (decimal): -4570384 or 15745722. OLE color: 15745722.

HSL color Cylindrical-coordinate representation of color #BA42F0: hue angle of 281.38º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA42F0 is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 66 240 -
CMYK 0.22 0.72 0 0.06
HSL 281.38º 0.85% 0.6% -
HSV(B) 281.38º 0.73% 0.94% -
XYZ 37.93 20.63 84.42 -
YUV 121.72 194.76 173.85 -
System Red Green Blue C M Y K H S L
Decimal 186 66 240 0.22 0.72 0 0.06 281.38 0.85 0.6
Hex BA 42 F0 16 48 0 6 119 55 3C
Octal 272 102 360 26 110 0 6 431 125 74
Binary 10111010 1000010 11110000 10110 1001000 0 110 100011001 1010101 111100

Color Harmonies of #BA42F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA42F0

Black with #BA42F0

Text Example


Text Example

White with #BA42F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA42F0; }

 p { color: rgb(186,66,240); }

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

background-color css

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

 a { background-color: rgb(186,66,240); }

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

border-color css

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

 span { border-color: rgb(186,66,240); }

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