Html Css Color HEX #BA46CC Medium Orchid

📋 copy color: '#BA46CC'

red 186 ◦ green 70 ◦ blue 204

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

Shades of Medium Orchid #BA46CC

Tints of Medium Orchid #BA46CC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.22%

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

R = 40.43%
G = 15.22%
B = 44.35%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BA46CC (or 0xBA46CC) is known color: Medium Orchid. HEX triplet: BA, 46 and CC. RGB value is (186,70,204). Sum of RGB (Red+Green+Blue) = 186+70+204=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 70 (27.73% from 255 or 15.22% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA46CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA46CC is #45B933. Grayscale: #777777. Windows color (decimal): -4569396 or 13387450. OLE color: 13387450.

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

Color convert

RGB 186 70 204 -
CMYK 0.09 0.66 0 0.2
HSL 291.94º 0.57% 0.54% -
HSV(B) 291.94º 0.66% 0.8% -
XYZ 33.34 19.18 59.07 -
YUV 119.96 175.43 175.1 -
System Red Green Blue C M Y K H S L
Decimal 186 70 204 0.09 0.66 0 0.2 291.94 0.57 0.54
Hex BA 46 CC 9 42 0 14 124 39 36
Octal 272 106 314 11 102 0 24 444 71 66
Binary 10111010 1000110 11001100 1001 1000010 0 10100 100100100 111001 110110

Color Harmonies of #BA46CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA46CC

Black with #BA46CC

Text Example


Text Example

White with #BA46CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA46CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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