Html Css Color HEX #BA54FF Medium Orchid

📋 copy color: '#BA54FF'

red 186 ◦ green 84 ◦ blue 255

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

Shades of Medium Orchid #BA54FF

Tints of Medium Orchid #BA54FF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16%

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

R = 35.43%
G = 16%
B = 48.57%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BA54FF (or 0xBA54FF) is known color: Medium Orchid. HEX triplet: BA, 54 and FF. RGB value is (186,84,255). Sum of RGB (Red+Green+Blue) = 186+84+255=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 84 (33.20% from 255 or 16% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA54FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA54FF is #45AB00. Grayscale: #858585. Windows color (decimal): -4565761 or 16733370. OLE color: 16733370.

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

Color convert

RGB 186 84 255 -
CMYK 0.27 0.67 0 0
HSL 275.79º 1% 0.66% -
HSV(B) 275.79º 0.67% 1% -
XYZ 41.47 24 97.05 -
YUV 133.99 196.29 165.1 -
System Red Green Blue C M Y K H S L
Decimal 186 84 255 0.27 0.67 0 0 275.79 1 0.66
Hex BA 54 FF 1B 43 0 0 114 64 42
Octal 272 124 377 33 103 0 0 424 144 102
Binary 10111010 1010100 11111111 11011 1000011 0 0 100010100 1100100 1000010

Color Harmonies of #BA54FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA54FF

Black with #BA54FF

Text Example


Text Example

White with #BA54FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA54FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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