Html Css Color HEX #BA38FF Medium Orchid

📋 copy color: '#BA38FF'

red 186 ◦ green 56 ◦ blue 255

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

Shades of Medium Orchid #BA38FF

Tints of Medium Orchid #BA38FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.31%

R = 37.42%
G = 11.27%
B = 51.31%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BA38FF (or 0xBA38FF) is known color: Medium Orchid. HEX triplet: BA, 38 and FF. RGB value is (186,56,255). Sum of RGB (Red+Green+Blue) = 186+56+255=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 56 (22.27% from 255 or 11.27% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA38FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA38FF is #45C700. Grayscale: #747474. Windows color (decimal): -4572929 or 16726202. OLE color: 16726202.

HSL color Cylindrical-coordinate representation of color #BA38FF: hue angle of 279.2º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA38FF is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 186 56 255 -
CMYK 0.27 0.78 0 0
HSL 279.2º 1% 0.61% -
HSV(B) 279.2º 0.78% 1% -
XYZ 39.71 20.49 96.47 -
YUV 117.56 205.57 176.82 -
System Red Green Blue C M Y K H S L
Decimal 186 56 255 0.27 0.78 0 0 279.2 1 0.61
Hex BA 38 FF 1B 4E 0 0 117 64 3D
Octal 272 70 377 33 116 0 0 427 144 75
Binary 10111010 111000 11111111 11011 1001110 0 0 100010111 1100100 111101

Color Harmonies of #BA38FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA38FF

Black with #BA38FF

Text Example


Text Example

White with #BA38FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA38FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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