Html Css Color HEX #BA3BED Medium Orchid

📋 copy color: '#BA3BED'

red 186 ◦ green 59 ◦ blue 237

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

Shades of Medium Orchid #BA3BED

Tints of Medium Orchid #BA3BED

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.24%

 BLUE value IS 237 (92.97% from 255) = 49.17%

R = 38.59%
G = 12.24%
B = 49.17%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA3BED (or 0xBA3BED) is known color: Medium Orchid. HEX triplet: BA, 3B and ED. RGB value is (186,59,237). Sum of RGB (Red+Green+Blue) = 186+59+237=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 59 (23.44% from 255 or 12.24% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA3BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3BED is #45C412. Grayscale: #747474. Windows color (decimal): -4572179 or 15547322. OLE color: 15547322.

HSL color Cylindrical-coordinate representation of color #BA3BED: hue angle of 282.81º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA3BED is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 59 237 -
CMYK 0.22 0.75 0 0.07
HSL 282.81º 0.83% 0.58% -
HSV(B) 282.81º 0.75% 0.93% -
XYZ 37.1 19.68 81.96 -
YUV 117.27 195.58 177.03 -
System Red Green Blue C M Y K H S L
Decimal 186 59 237 0.22 0.75 0 0.07 282.81 0.83 0.58
Hex BA 3B ED 16 4B 0 7 11B 53 3A
Octal 272 73 355 26 113 0 7 433 123 72
Binary 10111010 111011 11101101 10110 1001011 0 111 100011011 1010011 111010

Color Harmonies of #BA3BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3BED

Black with #BA3BED

Text Example


Text Example

White with #BA3BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3BED; }

 p { color: rgb(186,59,237); }

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

background-color css

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

 a { background-color: rgb(186,59,237); }

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

border-color css

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

 span { border-color: rgb(186,59,237); }

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