Html Css Color HEX #BA32F3 Medium Orchid

📋 copy color: '#BA32F3'

red 186 ◦ green 50 ◦ blue 243

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

Shades of Medium Orchid #BA32F3

Tints of Medium Orchid #BA32F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 50.73%

R = 38.83%
G = 10.44%
B = 50.73%

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

#BA32F3 (or 0xBA32F3) is known color: Medium Orchid. HEX triplet: BA, 32 and F3. RGB value is (186,50,243). Sum of RGB (Red+Green+Blue) = 186+50+243=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 50 (19.92% from 255 or 10.44% from 479); Blue value is 243 (95.31% from 255 or 50.73% from 479); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA32F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA32F3 is #45CD0C. Grayscale: #707070. Windows color (decimal): -4574477 or 15938234. OLE color: 15938234.

HSL color Cylindrical-coordinate representation of color #BA32F3: hue angle of 282.28º degrees, saturation: 0.89, 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 #BA32F3 is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 50 243 -
CMYK 0.23 0.79 0 0.05
HSL 282.28º 0.89% 0.57% -
HSV(B) 282.28º 0.79% 0.95% -
XYZ 37.57 19.19 86.52 -
YUV 112.67 201.56 180.31 -
System Red Green Blue C M Y K H S L
Decimal 186 50 243 0.23 0.79 0 0.05 282.28 0.89 0.57
Hex BA 32 F3 17 4F 0 5 11A 59 39
Octal 272 62 363 27 117 0 5 432 131 71
Binary 10111010 110010 11110011 10111 1001111 0 101 100011010 1011001 111001

Color Harmonies of #BA32F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA32F3

Black with #BA32F3

Text Example


Text Example

White with #BA32F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA32F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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