Html Css Color HEX #BA4BFF Medium Orchid

📋 copy color: '#BA4BFF'

red 186 ◦ green 75 ◦ blue 255

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

Shades of Medium Orchid #BA4BFF

Tints of Medium Orchid #BA4BFF

RGB

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

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

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

R = 36.05%
G = 14.53%
B = 49.42%

CMYK

 C value IS 0.27

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BA4BFF (or 0xBA4BFF) is known color: Medium Orchid. HEX triplet: BA, 4B and FF. RGB value is (186,75,255). Sum of RGB (Red+Green+Blue) = 186+75+255=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 75 (29.69% from 255 or 14.53% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA4BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA4BFF is #45B400. Grayscale: #808080. Windows color (decimal): -4568065 or 16731066. OLE color: 16731066.

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

Color convert

RGB 186 75 255 -
CMYK 0.27 0.71 0 0
HSL 277º 1% 0.65% -
HSV(B) 277º 0.71% 1% -
XYZ 40.82 22.69 96.84 -
YUV 128.71 199.27 168.86 -
System Red Green Blue C M Y K H S L
Decimal 186 75 255 0.27 0.71 0 0 277 1 0.65
Hex BA 4B FF 1B 47 0 0 115 64 41
Octal 272 113 377 33 107 0 0 425 144 101
Binary 10111010 1001011 11111111 11011 1000111 0 0 100010101 1100100 1000001

Color Harmonies of #BA4BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4BFF

Black with #BA4BFF

Text Example


Text Example

White with #BA4BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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