Html Css Color HEX #BA43FF Medium Orchid

📋 copy color: '#BA43FF'

red 186 ◦ green 67 ◦ blue 255

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

Shades of Medium Orchid #BA43FF

Tints of Medium Orchid #BA43FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.2%

R = 36.61%
G = 13.19%
B = 50.2%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BA43FF (or 0xBA43FF) is known color: Medium Orchid. HEX triplet: BA, 43 and FF. RGB value is (186,67,255). Sum of RGB (Red+Green+Blue) = 186+67+255=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 67 (26.56% from 255 or 13.19% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA43FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA43FF is #45BC00. Grayscale: #7B7B7B. Windows color (decimal): -4570113 or 16729018. OLE color: 16729018.

HSL color Cylindrical-coordinate representation of color #BA43FF: hue angle of 277.98º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA43FF is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 186 67 255 -
CMYK 0.27 0.74 0 0
HSL 277.98º 1% 0.63% -
HSV(B) 277.98º 0.74% 1% -
XYZ 40.31 21.67 96.67 -
YUV 124.01 201.92 172.21 -
System Red Green Blue C M Y K H S L
Decimal 186 67 255 0.27 0.74 0 0 277.98 1 0.63
Hex BA 43 FF 1B 4A 0 0 116 64 3F
Octal 272 103 377 33 112 0 0 426 144 77
Binary 10111010 1000011 11111111 11011 1001010 0 0 100010110 1100100 111111

Color Harmonies of #BA43FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA43FF

Black with #BA43FF

Text Example


Text Example

White with #BA43FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA43FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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