Html Css Color HEX #BA38F6 Medium Orchid

📋 copy color: '#BA38F6'

red 186 ◦ green 56 ◦ blue 246

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

Shades of Medium Orchid #BA38F6

Tints of Medium Orchid #BA38F6

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.48%

 BLUE value IS 246 (96.48% from 255) = 50.41%

R = 38.11%
G = 11.48%
B = 50.41%

CMYK

 C value IS 0.24

 M value IS 0.77

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BA38F6 (or 0xBA38F6) is known color: Medium Orchid. HEX triplet: BA, 38 and F6. RGB value is (186,56,246). Sum of RGB (Red+Green+Blue) = 186+56+246=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 56 (22.27% from 255 or 11.48% from 488); Blue value is 246 (96.48% from 255 or 50.41% from 488); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA38F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA38F6 is #45C709. Grayscale: #737373. Windows color (decimal): -4572938 or 16136378. OLE color: 16136378.

HSL color Cylindrical-coordinate representation of color #BA38F6: hue angle of 281.05º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA38F6 is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 56 246 -
CMYK 0.24 0.77 0 0.04
HSL 281.05º 0.91% 0.59% -
HSV(B) 281.05º 0.77% 0.96% -
XYZ 38.3 19.92 89.02 -
YUV 116.53 201.07 177.55 -
System Red Green Blue C M Y K H S L
Decimal 186 56 246 0.24 0.77 0 0.04 281.05 0.91 0.59
Hex BA 38 F6 18 4D 0 4 119 5B 3B
Octal 272 70 366 30 115 0 4 431 133 73
Binary 10111010 111000 11110110 11000 1001101 0 100 100011001 1011011 111011

Color Harmonies of #BA38F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA38F6

Black with #BA38F6

Text Example


Text Example

White with #BA38F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA38F6; }

 p { color: rgb(186,56,246); }

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

background-color css

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

 a { background-color: rgb(186,56,246); }

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

border-color css

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

 span { border-color: rgb(186,56,246); }

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