Html Css Color HEX #BA44FB Medium Orchid

📋 copy color: '#BA44FB'

red 186 ◦ green 68 ◦ blue 251

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

Shades of Medium Orchid #BA44FB

Tints of Medium Orchid #BA44FB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.47%

 BLUE value IS 251 (98.44% from 255) = 49.7%

R = 36.83%
G = 13.47%
B = 49.7%

CMYK

 C value IS 0.26

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA44FB (or 0xBA44FB) is known color: Medium Orchid. HEX triplet: BA, 44 and FB. RGB value is (186,68,251). Sum of RGB (Red+Green+Blue) = 186+68+251=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 68 (26.95% from 255 or 13.47% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA44FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA44FB is #45BB04. Grayscale: #7B7B7B. Windows color (decimal): -4569861 or 16467130. OLE color: 16467130.

HSL color Cylindrical-coordinate representation of color #BA44FB: hue angle of 278.69º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA44FB is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 68 251 -
CMYK 0.26 0.73 0 0.02
HSL 278.69º 0.96% 0.63% -
HSV(B) 278.69º 0.73% 0.98% -
XYZ 39.73 21.54 93.33 -
YUV 124.14 199.59 172.12 -
System Red Green Blue C M Y K H S L
Decimal 186 68 251 0.26 0.73 0 0.02 278.69 0.96 0.63
Hex BA 44 FB 1A 49 0 2 117 60 3F
Octal 272 104 373 32 111 0 2 427 140 77
Binary 10111010 1000100 11111011 11010 1001001 0 10 100010111 1100000 111111

Color Harmonies of #BA44FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA44FB

Black with #BA44FB

Text Example


Text Example

White with #BA44FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA44FB; }

 p { color: rgb(186,68,251); }

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

background-color css

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

 a { background-color: rgb(186,68,251); }

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

border-color css

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

 span { border-color: rgb(186,68,251); }

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