Html Css Color HEX #BA4CF3 Medium Orchid

📋 copy color: '#BA4CF3'

red 186 ◦ green 76 ◦ blue 243

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

Shades of Medium Orchid #BA4CF3

Tints of Medium Orchid #BA4CF3

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.05%

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

R = 36.83%
G = 15.05%
B = 48.12%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BA4CF3 (or 0xBA4CF3) is known color: Medium Orchid. HEX triplet: BA, 4C and F3. RGB value is (186,76,243). Sum of RGB (Red+Green+Blue) = 186+76+243=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 76 (30.08% from 255 or 15.05% from 505); Blue value is 243 (95.31% from 255 or 48.12% from 505); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA4CF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA4CF3 is #45B30C. Grayscale: #7F7F7F. Windows color (decimal): -4567821 or 15944890. OLE color: 15944890.

HSL color Cylindrical-coordinate representation of color #BA4CF3: hue angle of 279.52º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA4CF3 is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 76 243 -
CMYK 0.23 0.69 0 0.05
HSL 279.52º 0.87% 0.63% -
HSV(B) 279.52º 0.69% 0.95% -
XYZ 39.01 22.08 87 -
YUV 127.93 192.94 169.42 -
System Red Green Blue C M Y K H S L
Decimal 186 76 243 0.23 0.69 0 0.05 279.52 0.87 0.63
Hex BA 4C F3 17 45 0 5 118 57 3F
Octal 272 114 363 27 105 0 5 430 127 77
Binary 10111010 1001100 11110011 10111 1000101 0 101 100011000 1010111 111111

Color Harmonies of #BA4CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4CF3

Black with #BA4CF3

Text Example


Text Example

White with #BA4CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4CF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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