Html Css Color HEX #BA3CCF Medium Orchid

📋 copy color: '#BA3CCF'

red 186 ◦ green 60 ◦ blue 207

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

Shades of Medium Orchid #BA3CCF

Tints of Medium Orchid #BA3CCF

RGB

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

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

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

R = 41.06%
G = 13.25%
B = 45.7%

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

#BA3CCF (or 0xBA3CCF) is known color: Medium Orchid. HEX triplet: BA, 3C and CF. RGB value is (186,60,207). Sum of RGB (Red+Green+Blue) = 186+60+207=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 60 (23.83% from 255 or 13.25% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA3CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3CCF is #45C330. Grayscale: #717171. Windows color (decimal): -4571953 or 13581498. OLE color: 13581498.

HSL color Cylindrical-coordinate representation of color #BA3CCF: hue angle of 291.43º degrees, saturation: 0.6, 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 #BA3CCF is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 60 207 -
CMYK 0.10 0.71 0 0.19
HSL 291.43º 0.6% 0.52% -
HSV(B) 291.43º 0.71% 0.81% -
XYZ 33.13 18.18 60.79 -
YUV 114.43 180.24 179.05 -
System Red Green Blue C M Y K H S L
Decimal 186 60 207 0.10 0.71 0 0.19 291.43 0.6 0.52
Hex BA 3C CF A 47 0 13 123 3C 34
Octal 272 74 317 12 107 0 23 443 74 64
Binary 10111010 111100 11001111 1010 1000111 0 10011 100100011 111100 110100

Color Harmonies of #BA3CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3CCF

Black with #BA3CCF

Text Example


Text Example

White with #BA3CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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