Html Css Color HEX #BA4AF3 Medium Orchid

📋 copy color: '#BA4AF3'

red 186 ◦ green 74 ◦ blue 243

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

Shades of Medium Orchid #BA4AF3

Tints of Medium Orchid #BA4AF3

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.71%

 BLUE value IS 243 (95.31% from 255) = 48.31%

R = 36.98%
G = 14.71%
B = 48.31%

CMYK

 C value IS 0.23

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BA4AF3 (or 0xBA4AF3) is known color: Medium Orchid. HEX triplet: BA, 4A and F3. RGB value is (186,74,243). Sum of RGB (Red+Green+Blue) = 186+74+243=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 74 (29.30% from 255 or 14.71% from 503); Blue value is 243 (95.31% from 255 or 48.31% from 503); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA4AF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA4AF3 is #45B50C. Grayscale: #7E7E7E. Windows color (decimal): -4568333 or 15944378. OLE color: 15944378.

HSL color Cylindrical-coordinate representation of color #BA4AF3: hue angle of 279.76º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA4AF3 is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 74 243 -
CMYK 0.23 0.70 0 0.05
HSL 279.76º 0.88% 0.62% -
HSV(B) 279.76º 0.7% 0.95% -
XYZ 38.88 21.81 86.95 -
YUV 126.75 193.61 170.26 -
System Red Green Blue C M Y K H S L
Decimal 186 74 243 0.23 0.70 0 0.05 279.76 0.88 0.62
Hex BA 4A F3 17 46 0 5 118 58 3E
Octal 272 112 363 27 106 0 5 430 130 76
Binary 10111010 1001010 11110011 10111 1000110 0 101 100011000 1011000 111110

Color Harmonies of #BA4AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4AF3

Black with #BA4AF3

Text Example


Text Example

White with #BA4AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4AF3; }

 p { color: rgb(186,74,243); }

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

background-color css

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

 a { background-color: rgb(186,74,243); }

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

border-color css

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

 span { border-color: rgb(186,74,243); }

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