Html Css Color HEX #BA3CFC Medium Orchid

📋 copy color: '#BA3CFC'

red 186 ◦ green 60 ◦ blue 252

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

Shades of Medium Orchid #BA3CFC

Tints of Medium Orchid #BA3CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.6%

R = 37.35%
G = 12.05%
B = 50.6%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA3CFC (or 0xBA3CFC) is known color: Medium Orchid. HEX triplet: BA, 3C and FC. RGB value is (186,60,252). Sum of RGB (Red+Green+Blue) = 186+60+252=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 60 (23.83% from 255 or 12.05% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA3CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3CFC is #45C303. Grayscale: #767676. Windows color (decimal): -4571908 or 16530618. OLE color: 16530618.

HSL color Cylindrical-coordinate representation of color #BA3CFC: hue angle of 279.38º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA3CFC is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 60 252 -
CMYK 0.26 0.76 0 0.01
HSL 279.38º 0.97% 0.61% -
HSV(B) 279.38º 0.76% 0.99% -
XYZ 39.44 20.7 94.01 -
YUV 119.56 202.74 175.39 -
System Red Green Blue C M Y K H S L
Decimal 186 60 252 0.26 0.76 0 0.01 279.38 0.97 0.61
Hex BA 3C FC 1A 4C 0 1 117 61 3D
Octal 272 74 374 32 114 0 1 427 141 75
Binary 10111010 111100 11111100 11010 1001100 0 1 100010111 1100001 111101

Color Harmonies of #BA3CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3CFC

Black with #BA3CFC

Text Example


Text Example

White with #BA3CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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