Html Css Color HEX #BA51F2 Medium Orchid

📋 copy color: '#BA51F2'

red 186 ◦ green 81 ◦ blue 242

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

Shades of Medium Orchid #BA51F2

Tints of Medium Orchid #BA51F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 47.54%

R = 36.54%
G = 15.91%
B = 47.54%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BA51F2 (or 0xBA51F2) is known color: Medium Orchid. HEX triplet: BA, 51 and F2. RGB value is (186,81,242). Sum of RGB (Red+Green+Blue) = 186+81+242=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 81 (32.03% from 255 or 15.91% from 509); Blue value is 242 (94.92% from 255 or 47.54% from 509); Max value from RGB is 242 - color contains mainly: blue. Hex color #BA51F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA51F2 is #45AE0D. Grayscale: #828282. Windows color (decimal): -4566542 or 15880634. OLE color: 15880634.

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

Color convert

RGB 186 81 242 -
CMYK 0.23 0.67 0 0.05
HSL 279.13º 0.86% 0.63% -
HSV(B) 279.13º 0.67% 0.95% -
XYZ 39.22 22.73 86.33 -
YUV 130.75 190.79 167.41 -
System Red Green Blue C M Y K H S L
Decimal 186 81 242 0.23 0.67 0 0.05 279.13 0.86 0.63
Hex BA 51 F2 17 43 0 5 117 56 3F
Octal 272 121 362 27 103 0 5 427 126 77
Binary 10111010 1010001 11110010 10111 1000011 0 101 100010111 1010110 111111

Color Harmonies of #BA51F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA51F2

Black with #BA51F2

Text Example


Text Example

White with #BA51F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA51F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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