Html Css Color HEX #BA3FCC Medium Orchid

📋 copy color: '#BA3FCC'

red 186 ◦ green 63 ◦ blue 204

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

Shades of Medium Orchid #BA3FCC

Tints of Medium Orchid #BA3FCC

RGB

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

 GREEN value IS 63 (25% from 255) = 13.91%

 BLUE value IS 204 (80.08% from 255) = 45.03%

R = 41.06%
G = 13.91%
B = 45.03%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BA3FCC (or 0xBA3FCC) is known color: Medium Orchid. HEX triplet: BA, 3F and CC. RGB value is (186,63,204). Sum of RGB (Red+Green+Blue) = 186+63+204=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 63 (25% from 255 or 13.91% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA3FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3FCC is #45C033. Grayscale: #737373. Windows color (decimal): -4571188 or 13385658. OLE color: 13385658.

HSL color Cylindrical-coordinate representation of color #BA3FCC: hue angle of 292.34º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA3FCC is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 186 63 204 -
CMYK 0.09 0.69 0 0.2
HSL 292.34º 0.58% 0.52% -
HSV(B) 292.34º 0.69% 0.8% -
XYZ 32.93 18.35 58.93 -
YUV 115.85 177.75 178.04 -
System Red Green Blue C M Y K H S L
Decimal 186 63 204 0.09 0.69 0 0.2 292.34 0.58 0.52
Hex BA 3F CC 9 45 0 14 124 3A 34
Octal 272 77 314 11 105 0 24 444 72 64
Binary 10111010 111111 11001100 1001 1000101 0 10100 100100100 111010 110100

Color Harmonies of #BA3FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3FCC

Black with #BA3FCC

Text Example


Text Example

White with #BA3FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3FCC; }

 p { color: rgb(186,63,204); }

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

background-color css

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

 a { background-color: rgb(186,63,204); }

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

border-color css

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

 span { border-color: rgb(186,63,204); }

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