Html Css Color HEX #BA43FC Medium Orchid

📋 copy color: '#BA43FC'

red 186 ◦ green 67 ◦ blue 252

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

Shades of Medium Orchid #BA43FC

Tints of Medium Orchid #BA43FC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.27%

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

R = 36.83%
G = 13.27%
B = 49.9%

CMYK

 C value IS 0.26

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA43FC (or 0xBA43FC) is known color: Medium Orchid. HEX triplet: BA, 43 and FC. RGB value is (186,67,252). Sum of RGB (Red+Green+Blue) = 186+67+252=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 67 (26.56% from 255 or 13.27% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA43FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA43FC is #45BC03. Grayscale: #7B7B7B. Windows color (decimal): -4570116 or 16532410. OLE color: 16532410.

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

Color convert

RGB 186 67 252 -
CMYK 0.26 0.73 0 0.01
HSL 278.59º 0.97% 0.63% -
HSV(B) 278.59º 0.73% 0.99% -
XYZ 39.83 21.48 94.14 -
YUV 123.67 200.42 172.46 -
System Red Green Blue C M Y K H S L
Decimal 186 67 252 0.26 0.73 0 0.01 278.59 0.97 0.63
Hex BA 43 FC 1A 49 0 1 117 61 3F
Octal 272 103 374 32 111 0 1 427 141 77
Binary 10111010 1000011 11111100 11010 1001001 0 1 100010111 1100001 111111

Color Harmonies of #BA43FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA43FC

Black with #BA43FC

Text Example


Text Example

White with #BA43FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA43FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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