Html Css Color HEX #BA4CF5 Medium Orchid

📋 copy color: '#BA4CF5'

red 186 ◦ green 76 ◦ blue 245

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

Shades of Medium Orchid #BA4CF5

Tints of Medium Orchid #BA4CF5

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.99%

 BLUE value IS 245 (96.09% from 255) = 48.32%

R = 36.69%
G = 14.99%
B = 48.32%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BA4CF5 (or 0xBA4CF5) is known color: Medium Orchid. HEX triplet: BA, 4C and F5. RGB value is (186,76,245). Sum of RGB (Red+Green+Blue) = 186+76+245=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 76 (30.08% from 255 or 14.99% from 507); Blue value is 245 (96.09% from 255 or 48.32% from 507); Max value from RGB is 245 - color contains mainly: blue. Hex color #BA4CF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA4CF5 is #45B30A. Grayscale: #7F7F7F. Windows color (decimal): -4567819 or 16075962. OLE color: 16075962.

HSL color Cylindrical-coordinate representation of color #BA4CF5: hue angle of 279.05º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA4CF5 is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 76 245 -
CMYK 0.24 0.69 0 0.04
HSL 279.05º 0.89% 0.63% -
HSV(B) 279.05º 0.69% 0.96% -
XYZ 39.32 22.2 88.6 -
YUV 128.16 193.94 169.26 -
System Red Green Blue C M Y K H S L
Decimal 186 76 245 0.24 0.69 0 0.04 279.05 0.89 0.63
Hex BA 4C F5 18 45 0 4 117 59 3F
Octal 272 114 365 30 105 0 4 427 131 77
Binary 10111010 1001100 11110101 11000 1000101 0 100 100010111 1011001 111111

Color Harmonies of #BA4CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4CF5

Black with #BA4CF5

Text Example


Text Example

White with #BA4CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4CF5; }

 p { color: rgb(186,76,245); }

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

background-color css

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

 a { background-color: rgb(186,76,245); }

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

border-color css

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

 span { border-color: rgb(186,76,245); }

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