Html Css Color HEX #BA42F1 Medium Orchid

📋 copy color: '#BA42F1'

red 186 ◦ green 66 ◦ blue 241

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

Shades of Medium Orchid #BA42F1

Tints of Medium Orchid #BA42F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.88%

R = 37.73%
G = 13.39%
B = 48.88%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BA42F1 (or 0xBA42F1) is known color: Medium Orchid. HEX triplet: BA, 42 and F1. RGB value is (186,66,241). Sum of RGB (Red+Green+Blue) = 186+66+241=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 66 (26.17% from 255 or 13.39% from 493); Blue value is 241 (94.53% from 255 or 48.88% from 493); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA42F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA42F1 is #45BD0E. Grayscale: #797979. Windows color (decimal): -4570383 or 15811258. OLE color: 15811258.

HSL color Cylindrical-coordinate representation of color #BA42F1: hue angle of 281.14º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA42F1 is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 66 241 -
CMYK 0.23 0.73 0 0.05
HSL 281.14º 0.86% 0.6% -
HSV(B) 281.14º 0.73% 0.95% -
XYZ 38.08 20.69 85.21 -
YUV 121.83 195.26 173.77 -
System Red Green Blue C M Y K H S L
Decimal 186 66 241 0.23 0.73 0 0.05 281.14 0.86 0.6
Hex BA 42 F1 17 49 0 5 119 56 3C
Octal 272 102 361 27 111 0 5 431 126 74
Binary 10111010 1000010 11110001 10111 1001001 0 101 100011001 1010110 111100

Color Harmonies of #BA42F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA42F1

Black with #BA42F1

Text Example


Text Example

White with #BA42F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA42F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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