Html Css Color HEX #BA34F2 Medium Orchid

📋 copy color: '#BA34F2'

red 186 ◦ green 52 ◦ blue 242

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

Shades of Medium Orchid #BA34F2

Tints of Medium Orchid #BA34F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 50.42%

R = 38.75%
G = 10.83%
B = 50.42%

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

#BA34F2 (or 0xBA34F2) is known color: Medium Orchid. HEX triplet: BA, 34 and F2. RGB value is (186,52,242). Sum of RGB (Red+Green+Blue) = 186+52+242=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 52 (20.70% from 255 or 10.83% from 480); Blue value is 242 (94.92% from 255 or 50.42% from 480); Max value from RGB is 242 - color contains mainly: blue. Hex color #BA34F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA34F2 is #45CB0D. Grayscale: #717171. Windows color (decimal): -4573966 or 15873210. OLE color: 15873210.

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

Color convert

RGB 186 52 242 -
CMYK 0.23 0.79 0 0.05
HSL 282.32º 0.88% 0.58% -
HSV(B) 282.32º 0.79% 0.95% -
XYZ 37.5 19.31 85.75 -
YUV 113.73 200.39 179.55 -
System Red Green Blue C M Y K H S L
Decimal 186 52 242 0.23 0.79 0 0.05 282.32 0.88 0.58
Hex BA 34 F2 17 4F 0 5 11A 58 3A
Octal 272 64 362 27 117 0 5 432 130 72
Binary 10111010 110100 11110010 10111 1001111 0 101 100011010 1011000 111010

Color Harmonies of #BA34F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA34F2

Black with #BA34F2

Text Example


Text Example

White with #BA34F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA34F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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