Html Css Color HEX #BA37FF Medium Orchid

📋 copy color: '#BA37FF'

red 186 ◦ green 55 ◦ blue 255

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

Shades of Medium Orchid #BA37FF

Tints of Medium Orchid #BA37FF

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.09%

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

R = 37.5%
G = 11.09%
B = 51.41%

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

#BA37FF (or 0xBA37FF) is known color: Medium Orchid. HEX triplet: BA, 37 and FF. RGB value is (186,55,255). Sum of RGB (Red+Green+Blue) = 186+55+255=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 55 (21.88% from 255 or 11.09% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA37FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA37FF is #45C800. Grayscale: #747474. Windows color (decimal): -4573185 or 16725946. OLE color: 16725946.

HSL color Cylindrical-coordinate representation of color #BA37FF: hue angle of 279.3º 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 #BA37FF is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 186 55 255 -
CMYK 0.27 0.78 0 0
HSL 279.3º 1% 0.61% -
HSV(B) 279.3º 0.78% 1% -
XYZ 39.67 20.39 96.45 -
YUV 116.97 205.9 177.24 -
System Red Green Blue C M Y K H S L
Decimal 186 55 255 0.27 0.78 0 0 279.3 1 0.61
Hex BA 37 FF 1B 4E 0 0 117 64 3D
Octal 272 67 377 33 116 0 0 427 144 75
Binary 10111010 110111 11111111 11011 1001110 0 0 100010111 1100100 111101

Color Harmonies of #BA37FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA37FF

Black with #BA37FF

Text Example


Text Example

White with #BA37FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA37FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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