Html Css Color HEX #BA4BFC Medium Orchid

📋 copy color: '#BA4BFC'

red 186 ◦ green 75 ◦ blue 252

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

Shades of Medium Orchid #BA4BFC

Tints of Medium Orchid #BA4BFC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.62%

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

R = 36.26%
G = 14.62%
B = 49.12%

CMYK

 C value IS 0.26

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA4BFC (or 0xBA4BFC) is known color: Medium Orchid. HEX triplet: BA, 4B and FC. RGB value is (186,75,252). Sum of RGB (Red+Green+Blue) = 186+75+252=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 75 (29.69% from 255 or 14.62% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA4BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA4BFC is #45B403. Grayscale: #7F7F7F. Windows color (decimal): -4568068 or 16534458. OLE color: 16534458.

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

Color convert

RGB 186 75 252 -
CMYK 0.26 0.70 0 0.01
HSL 277.63º 0.97% 0.64% -
HSV(B) 277.63º 0.7% 0.99% -
XYZ 40.34 22.5 94.31 -
YUV 128.37 197.77 169.11 -
System Red Green Blue C M Y K H S L
Decimal 186 75 252 0.26 0.70 0 0.01 277.63 0.97 0.64
Hex BA 4B FC 1A 46 0 1 116 61 40
Octal 272 113 374 32 106 0 1 426 141 100
Binary 10111010 1001011 11111100 11010 1000110 0 1 100010110 1100001 1000000

Color Harmonies of #BA4BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4BFC

Black with #BA4BFC

Text Example


Text Example

White with #BA4BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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