Html Css Color HEX #BA34EB Medium Orchid

📋 copy color: '#BA34EB'

red 186 ◦ green 52 ◦ blue 235

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

Shades of Medium Orchid #BA34EB

Tints of Medium Orchid #BA34EB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.99%

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

R = 39.32%
G = 10.99%
B = 49.68%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA34EB (or 0xBA34EB) is known color: Medium Orchid. HEX triplet: BA, 34 and EB. RGB value is (186,52,235). Sum of RGB (Red+Green+Blue) = 186+52+235=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 52 (20.70% from 255 or 10.99% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA34EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA34EB is #45CB14. Grayscale: #707070. Windows color (decimal): -4573973 or 15414458. OLE color: 15414458.

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

Color convert

RGB 186 52 235 -
CMYK 0.21 0.78 0 0.08
HSL 283.93º 0.82% 0.56% -
HSV(B) 283.93º 0.78% 0.92% -
XYZ 36.47 18.89 80.32 -
YUV 112.93 196.89 180.12 -
System Red Green Blue C M Y K H S L
Decimal 186 52 235 0.21 0.78 0 0.08 283.93 0.82 0.56
Hex BA 34 EB 15 4E 0 8 11C 52 38
Octal 272 64 353 25 116 0 10 434 122 70
Binary 10111010 110100 11101011 10101 1001110 0 1000 100011100 1010010 111000

Color Harmonies of #BA34EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA34EB

Black with #BA34EB

Text Example


Text Example

White with #BA34EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA34EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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