Html Css Color HEX #BA4CEF Medium Orchid

📋 copy color: '#BA4CEF'

red 186 ◦ green 76 ◦ blue 239

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

Shades of Medium Orchid #BA4CEF

Tints of Medium Orchid #BA4CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.7%

R = 37.13%
G = 15.17%
B = 47.7%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA4CEF (or 0xBA4CEF) is known color: Medium Orchid. HEX triplet: BA, 4C and EF. RGB value is (186,76,239). Sum of RGB (Red+Green+Blue) = 186+76+239=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 76 (30.08% from 255 or 15.17% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA4CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA4CEF is #45B310. Grayscale: #7E7E7E. Windows color (decimal): -4567825 or 15682746. OLE color: 15682746.

HSL color Cylindrical-coordinate representation of color #BA4CEF: hue angle of 280.49º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA4CEF is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 76 239 -
CMYK 0.22 0.68 0 0.06
HSL 280.49º 0.84% 0.62% -
HSV(B) 280.49º 0.68% 0.94% -
XYZ 38.41 21.84 83.85 -
YUV 127.47 190.94 169.75 -
System Red Green Blue C M Y K H S L
Decimal 186 76 239 0.22 0.68 0 0.06 280.49 0.84 0.62
Hex BA 4C EF 16 44 0 6 118 54 3E
Octal 272 114 357 26 104 0 6 430 124 76
Binary 10111010 1001100 11101111 10110 1000100 0 110 100011000 1010100 111110

Color Harmonies of #BA4CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4CEF

Black with #BA4CEF

Text Example


Text Example

White with #BA4CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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