Html Css Color HEX #BA4BEF Medium Orchid

📋 copy color: '#BA4BEF'

red 186 ◦ green 75 ◦ blue 239

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

Shades of Medium Orchid #BA4BEF

Tints of Medium Orchid #BA4BEF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15%

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

R = 37.2%
G = 15%
B = 47.8%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA4BEF (or 0xBA4BEF) is known color: Medium Orchid. HEX triplet: BA, 4B and EF. RGB value is (186,75,239). Sum of RGB (Red+Green+Blue) = 186+75+239=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 75 (29.69% from 255 or 15% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA4BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA4BEF is #45B410. Grayscale: #7E7E7E. Windows color (decimal): -4568081 or 15682490. OLE color: 15682490.

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

Color convert

RGB 186 75 239 -
CMYK 0.22 0.69 0 0.06
HSL 280.61º 0.84% 0.62% -
HSV(B) 280.61º 0.69% 0.94% -
XYZ 38.35 21.7 83.83 -
YUV 126.89 191.27 170.16 -
System Red Green Blue C M Y K H S L
Decimal 186 75 239 0.22 0.69 0 0.06 280.61 0.84 0.62
Hex BA 4B EF 16 45 0 6 119 54 3E
Octal 272 113 357 26 105 0 6 431 124 76
Binary 10111010 1001011 11101111 10110 1000101 0 110 100011001 1010100 111110

Color Harmonies of #BA4BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4BEF

Black with #BA4BEF

Text Example


Text Example

White with #BA4BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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