Html Css Color HEX #BA38FC Medium Orchid

📋 copy color: '#BA38FC'

red 186 ◦ green 56 ◦ blue 252

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

Shades of Medium Orchid #BA38FC

Tints of Medium Orchid #BA38FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.01%

R = 37.65%
G = 11.34%
B = 51.01%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA38FC (or 0xBA38FC) is known color: Medium Orchid. HEX triplet: BA, 38 and FC. RGB value is (186,56,252). Sum of RGB (Red+Green+Blue) = 186+56+252=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 56 (22.27% from 255 or 11.34% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA38FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA38FC is #45C703. Grayscale: #747474. Windows color (decimal): -4572932 or 16529594. OLE color: 16529594.

HSL color Cylindrical-coordinate representation of color #BA38FC: hue angle of 279.8º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA38FC is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 56 252 -
CMYK 0.26 0.78 0 0.01
HSL 279.8º 0.97% 0.6% -
HSV(B) 279.8º 0.78% 0.99% -
XYZ 39.23 20.3 93.95 -
YUV 117.21 204.07 177.06 -
System Red Green Blue C M Y K H S L
Decimal 186 56 252 0.26 0.78 0 0.01 279.8 0.97 0.6
Hex BA 38 FC 1A 4E 0 1 118 61 3C
Octal 272 70 374 32 116 0 1 430 141 74
Binary 10111010 111000 11111100 11010 1001110 0 1 100011000 1100001 111100

Color Harmonies of #BA38FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA38FC

Black with #BA38FC

Text Example


Text Example

White with #BA38FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA38FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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