Html Css Color HEX #BA43FD Medium Orchid

📋 copy color: '#BA43FD'

red 186 ◦ green 67 ◦ blue 253

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

Shades of Medium Orchid #BA43FD

Tints of Medium Orchid #BA43FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50%

R = 36.76%
G = 13.24%
B = 50%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA43FD (or 0xBA43FD) is known color: Medium Orchid. HEX triplet: BA, 43 and FD. RGB value is (186,67,253). Sum of RGB (Red+Green+Blue) = 186+67+253=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 67 (26.56% from 255 or 13.24% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA43FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA43FD is #45BC02. Grayscale: #7B7B7B. Windows color (decimal): -4570115 or 16597946. OLE color: 16597946.

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

Color convert

RGB 186 67 253 -
CMYK 0.26 0.74 0 0.01
HSL 278.39º 0.98% 0.63% -
HSV(B) 278.39º 0.74% 0.99% -
XYZ 39.99 21.55 94.98 -
YUV 123.79 200.92 172.38 -
System Red Green Blue C M Y K H S L
Decimal 186 67 253 0.26 0.74 0 0.01 278.39 0.98 0.63
Hex BA 43 FD 1A 4A 0 1 116 62 3F
Octal 272 103 375 32 112 0 1 426 142 77
Binary 10111010 1000011 11111101 11010 1001010 0 1 100010110 1100010 111111

Color Harmonies of #BA43FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA43FD

Black with #BA43FD

Text Example


Text Example

White with #BA43FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA43FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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