Html Css Color HEX #BA4CEB Medium Orchid

📋 copy color: '#BA4CEB'

red 186 ◦ green 76 ◦ blue 235

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

Shades of Medium Orchid #BA4CEB

Tints of Medium Orchid #BA4CEB

RGB

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

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

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

R = 37.42%
G = 15.29%
B = 47.28%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA4CEB (or 0xBA4CEB) is known color: Medium Orchid. HEX triplet: BA, 4C and EB. RGB value is (186,76,235). Sum of RGB (Red+Green+Blue) = 186+76+235=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 76 (30.08% from 255 or 15.29% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA4CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA4CEB is #45B314. Grayscale: #7E7E7E. Windows color (decimal): -4567829 or 15420602. OLE color: 15420602.

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

Color convert

RGB 186 76 235 -
CMYK 0.21 0.68 0 0.08
HSL 281.51º 0.8% 0.61% -
HSV(B) 281.51º 0.68% 0.92% -
XYZ 37.83 21.61 80.77 -
YUV 127.02 188.94 170.07 -
System Red Green Blue C M Y K H S L
Decimal 186 76 235 0.21 0.68 0 0.08 281.51 0.8 0.61
Hex BA 4C EB 15 44 0 8 11A 50 3D
Octal 272 114 353 25 104 0 10 432 120 75
Binary 10111010 1001100 11101011 10101 1000100 0 1000 100011010 1010000 111101

Color Harmonies of #BA4CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4CEB

Black with #BA4CEB

Text Example


Text Example

White with #BA4CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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