Html Css Color HEX #BA4FEB Medium Orchid

📋 copy color: '#BA4FEB'

red 186 ◦ green 79 ◦ blue 235

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

Shades of Medium Orchid #BA4FEB

Tints of Medium Orchid #BA4FEB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.8%

 BLUE value IS 235 (92.19% from 255) = 47%

R = 37.2%
G = 15.8%
B = 47%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA4FEB (or 0xBA4FEB) is known color: Medium Orchid. HEX triplet: BA, 4F and EB. RGB value is (186,79,235). Sum of RGB (Red+Green+Blue) = 186+79+235=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 79 (31.25% from 255 or 15.8% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA4FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA4FEB is #45B014. Grayscale: #808080. Windows color (decimal): -4567061 or 15421370. OLE color: 15421370.

HSL color Cylindrical-coordinate representation of color #BA4FEB: hue angle of 281.15º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA4FEB is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 79 235 -
CMYK 0.21 0.66 0 0.08
HSL 281.15º 0.8% 0.62% -
HSV(B) 281.15º 0.66% 0.92% -
XYZ 38.04 22.03 80.84 -
YUV 128.78 187.95 168.82 -
System Red Green Blue C M Y K H S L
Decimal 186 79 235 0.21 0.66 0 0.08 281.15 0.8 0.62
Hex BA 4F EB 15 42 0 8 119 50 3E
Octal 272 117 353 25 102 0 10 431 120 76
Binary 10111010 1001111 11101011 10101 1000010 0 1000 100011001 1010000 111110

Color Harmonies of #BA4FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4FEB

Black with #BA4FEB

Text Example


Text Example

White with #BA4FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4FEB; }

 p { color: rgb(186,79,235); }

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

background-color css

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

 a { background-color: rgb(186,79,235); }

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

border-color css

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

 span { border-color: rgb(186,79,235); }

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