Html Css Color HEX #BA34F1 Medium Orchid

📋 copy color: '#BA34F1'

red 186 ◦ green 52 ◦ blue 241

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

Shades of Medium Orchid #BA34F1

Tints of Medium Orchid #BA34F1

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.86%

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

R = 38.83%
G = 10.86%
B = 50.31%

CMYK

 C value IS 0.23

 M value IS 0.78

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BA34F1 (or 0xBA34F1) is known color: Medium Orchid. HEX triplet: BA, 34 and F1. RGB value is (186,52,241). Sum of RGB (Red+Green+Blue) = 186+52+241=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 52 (20.70% from 255 or 10.86% from 479); Blue value is 241 (94.53% from 255 or 50.31% from 479); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA34F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA34F1 is #45CB0E. Grayscale: #707070. Windows color (decimal): -4573967 or 15807674. OLE color: 15807674.

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

Color convert

RGB 186 52 241 -
CMYK 0.23 0.78 0 0.05
HSL 282.54º 0.87% 0.57% -
HSV(B) 282.54º 0.78% 0.95% -
XYZ 37.35 19.25 84.97 -
YUV 113.61 199.89 179.63 -
System Red Green Blue C M Y K H S L
Decimal 186 52 241 0.23 0.78 0 0.05 282.54 0.87 0.57
Hex BA 34 F1 17 4E 0 5 11B 57 39
Octal 272 64 361 27 116 0 5 433 127 71
Binary 10111010 110100 11110001 10111 1001110 0 101 100011011 1010111 111001

Color Harmonies of #BA34F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA34F1

Black with #BA34F1

Text Example


Text Example

White with #BA34F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA34F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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