Html Css Color HEX #BA68F4 Medium Orchid

📋 copy color: '#BA68F4'

red 186 ◦ green 104 ◦ blue 244

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

Shades of Medium Orchid #BA68F4

Tints of Medium Orchid #BA68F4

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.48%

 BLUE value IS 244 (95.7% from 255) = 45.69%

R = 34.83%
G = 19.48%
B = 45.69%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BA68F4 (or 0xBA68F4) is known color: Medium Orchid. HEX triplet: BA, 68 and F4. RGB value is (186,104,244). Sum of RGB (Red+Green+Blue) = 186+104+244=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 104 (41.02% from 255 or 19.48% from 534); Blue value is 244 (95.70% from 255 or 45.69% from 534); Max value from RGB is 244 - color contains mainly: blue. Hex color #BA68F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA68F4 is #45970B. Grayscale: #909090. Windows color (decimal): -4560652 or 16017594. OLE color: 16017594.

HSL color Cylindrical-coordinate representation of color #BA68F4: hue angle of 275.14º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA68F4 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 104 244 -
CMYK 0.24 0.57 0 0.04
HSL 275.14º 0.86% 0.68% -
HSV(B) 275.14º 0.57% 0.96% -
XYZ 41.53 26.87 88.59 -
YUV 144.48 184.17 157.62 -
System Red Green Blue C M Y K H S L
Decimal 186 104 244 0.24 0.57 0 0.04 275.14 0.86 0.68
Hex BA 68 F4 18 39 0 4 113 56 44
Octal 272 150 364 30 71 0 4 423 126 104
Binary 10111010 1101000 11110100 11000 111001 0 100 100010011 1010110 1000100

Color Harmonies of #BA68F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA68F4

Black with #BA68F4

Text Example


Text Example

White with #BA68F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA68F4; }

 p { color: rgb(186,104,244); }

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

background-color css

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

 a { background-color: rgb(186,104,244); }

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

border-color css

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

 span { border-color: rgb(186,104,244); }

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