Html Css Color HEX #BA32F1 Medium Orchid

📋 copy color: '#BA32F1'

red 186 ◦ green 50 ◦ blue 241

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

Shades of Medium Orchid #BA32F1

Tints of Medium Orchid #BA32F1

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.48%

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

R = 38.99%
G = 10.48%
B = 50.52%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BA32F1 (or 0xBA32F1) is known color: Medium Orchid. HEX triplet: BA, 32 and F1. RGB value is (186,50,241). Sum of RGB (Red+Green+Blue) = 186+50+241=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 50 (19.92% from 255 or 10.48% from 477); Blue value is 241 (94.53% from 255 or 50.52% from 477); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA32F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA32F1 is #45CD0E. Grayscale: #6F6F6F. Windows color (decimal): -4574479 or 15807162. OLE color: 15807162.

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

Color convert

RGB 186 50 241 -
CMYK 0.23 0.79 0 0.05
HSL 282.72º 0.87% 0.57% -
HSV(B) 282.72º 0.79% 0.95% -
XYZ 37.27 19.07 84.94 -
YUV 112.44 200.56 180.47 -
System Red Green Blue C M Y K H S L
Decimal 186 50 241 0.23 0.79 0 0.05 282.72 0.87 0.57
Hex BA 32 F1 17 4F 0 5 11B 57 39
Octal 272 62 361 27 117 0 5 433 127 71
Binary 10111010 110010 11110001 10111 1001111 0 101 100011011 1010111 111001

Color Harmonies of #BA32F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA32F1

Black with #BA32F1

Text Example


Text Example

White with #BA32F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA32F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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