Html Css Color HEX #BA3BCF Medium Orchid

📋 copy color: '#BA3BCF'

red 186 ◦ green 59 ◦ blue 207

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

Shades of Medium Orchid #BA3BCF

Tints of Medium Orchid #BA3BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.8%

R = 41.15%
G = 13.05%
B = 45.8%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA3BCF (or 0xBA3BCF) is known color: Medium Orchid. HEX triplet: BA, 3B and CF. RGB value is (186,59,207). Sum of RGB (Red+Green+Blue) = 186+59+207=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 59 (23.44% from 255 or 13.05% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA3BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3BCF is #45C430. Grayscale: #717171. Windows color (decimal): -4572209 or 13581242. OLE color: 13581242.

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

Color convert

RGB 186 59 207 -
CMYK 0.10 0.71 0 0.19
HSL 291.49º 0.61% 0.52% -
HSV(B) 291.49º 0.71% 0.81% -
XYZ 33.08 18.07 60.78 -
YUV 113.85 180.58 179.47 -
System Red Green Blue C M Y K H S L
Decimal 186 59 207 0.10 0.71 0 0.19 291.49 0.61 0.52
Hex BA 3B CF A 47 0 13 123 3D 34
Octal 272 73 317 12 107 0 23 443 75 64
Binary 10111010 111011 11001111 1010 1000111 0 10011 100100011 111101 110100

Color Harmonies of #BA3BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3BCF

Black with #BA3BCF

Text Example


Text Example

White with #BA3BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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