Html Css Color HEX #BA3DCE Medium Orchid

📋 copy color: '#BA3DCE'

red 186 ◦ green 61 ◦ blue 206

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

Shades of Medium Orchid #BA3DCE

Tints of Medium Orchid #BA3DCE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.47%

 BLUE value IS 206 (80.86% from 255) = 45.47%

R = 41.06%
G = 13.47%
B = 45.47%

CMYK

 C value IS 0.10

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA3DCE (or 0xBA3DCE) is known color: Medium Orchid. HEX triplet: BA, 3D and CE. RGB value is (186,61,206). Sum of RGB (Red+Green+Blue) = 186+61+206=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 61 (24.22% from 255 or 13.47% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA3DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3DCE is #45C231. Grayscale: #727272. Windows color (decimal): -4571698 or 13516218. OLE color: 13516218.

HSL color Cylindrical-coordinate representation of color #BA3DCE: hue angle of 291.72º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3DCE is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 61 206 -
CMYK 0.10 0.70 0 0.19
HSL 291.72º 0.6% 0.52% -
HSV(B) 291.72º 0.7% 0.81% -
XYZ 33.06 18.23 60.17 -
YUV 114.91 179.41 178.71 -
System Red Green Blue C M Y K H S L
Decimal 186 61 206 0.10 0.70 0 0.19 291.72 0.6 0.52
Hex BA 3D CE A 46 0 13 124 3C 34
Octal 272 75 316 12 106 0 23 444 74 64
Binary 10111010 111101 11001110 1010 1000110 0 10011 100100100 111100 110100

Color Harmonies of #BA3DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3DCE

Black with #BA3DCE

Text Example


Text Example

White with #BA3DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3DCE; }

 p { color: rgb(186,61,206); }

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

background-color css

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

 a { background-color: rgb(186,61,206); }

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

border-color css

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

 span { border-color: rgb(186,61,206); }

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