Html Css Color HEX #BA51F1 Medium Orchid

📋 copy color: '#BA51F1'

red 186 ◦ green 81 ◦ blue 241

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

Shades of Medium Orchid #BA51F1

Tints of Medium Orchid #BA51F1

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.94%

 BLUE value IS 241 (94.53% from 255) = 47.44%

R = 36.61%
G = 15.94%
B = 47.44%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BA51F1 (or 0xBA51F1) is known color: Medium Orchid. HEX triplet: BA, 51 and F1. RGB value is (186,81,241). Sum of RGB (Red+Green+Blue) = 186+81+241=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 81 (32.03% from 255 or 15.94% from 508); Blue value is 241 (94.53% from 255 or 47.44% from 508); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA51F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA51F1 is #45AE0E. Grayscale: #828282. Windows color (decimal): -4566543 or 15815098. OLE color: 15815098.

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

Color convert

RGB 186 81 241 -
CMYK 0.23 0.66 0 0.05
HSL 279.38º 0.85% 0.63% -
HSV(B) 279.38º 0.66% 0.95% -
XYZ 39.07 22.67 85.54 -
YUV 130.64 190.29 167.49 -
System Red Green Blue C M Y K H S L
Decimal 186 81 241 0.23 0.66 0 0.05 279.38 0.85 0.63
Hex BA 51 F1 17 42 0 5 117 55 3F
Octal 272 121 361 27 102 0 5 427 125 77
Binary 10111010 1010001 11110001 10111 1000010 0 101 100010111 1010101 111111

Color Harmonies of #BA51F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA51F1

Black with #BA51F1

Text Example


Text Example

White with #BA51F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA51F1; }

 p { color: rgb(186,81,241); }

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

background-color css

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

 a { background-color: rgb(186,81,241); }

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

border-color css

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

 span { border-color: rgb(186,81,241); }

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