Html Css Color HEX #BA3CEB Medium Orchid

📋 copy color: '#BA3CEB'

red 186 ◦ green 60 ◦ blue 235

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

Shades of Medium Orchid #BA3CEB

Tints of Medium Orchid #BA3CEB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.47%

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

R = 38.67%
G = 12.47%
B = 48.86%

CMYK

 C value IS 0.21

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA3CEB (or 0xBA3CEB) is known color: Medium Orchid. HEX triplet: BA, 3C and EB. RGB value is (186,60,235). Sum of RGB (Red+Green+Blue) = 186+60+235=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 60 (23.83% from 255 or 12.47% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA3CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3CEB is #45C314. Grayscale: #757575. Windows color (decimal): -4571925 or 15416506. OLE color: 15416506.

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

Color convert

RGB 186 60 235 -
CMYK 0.21 0.74 0 0.08
HSL 283.2º 0.81% 0.58% -
HSV(B) 283.2º 0.74% 0.92% -
XYZ 36.86 19.67 80.45 -
YUV 117.62 194.24 176.77 -
System Red Green Blue C M Y K H S L
Decimal 186 60 235 0.21 0.74 0 0.08 283.2 0.81 0.58
Hex BA 3C EB 15 4A 0 8 11B 51 3A
Octal 272 74 353 25 112 0 10 433 121 72
Binary 10111010 111100 11101011 10101 1001010 0 1000 100011011 1010001 111010

Color Harmonies of #BA3CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3CEB

Black with #BA3CEB

Text Example


Text Example

White with #BA3CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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