Html Css Color HEX #BA65F4 Medium Orchid

📋 copy color: '#BA65F4'

red 186 ◦ green 101 ◦ blue 244

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

Shades of Medium Orchid #BA65F4

Tints of Medium Orchid #BA65F4

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.02%

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

R = 35.03%
G = 19.02%
B = 45.95%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BA65F4 (or 0xBA65F4) is known color: Medium Orchid. HEX triplet: BA, 65 and F4. RGB value is (186,101,244). Sum of RGB (Red+Green+Blue) = 186+101+244=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 101 (39.84% from 255 or 19.02% from 531); Blue value is 244 (95.70% from 255 or 45.95% from 531); Max value from RGB is 244 - color contains mainly: blue. Hex color #BA65F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA65F4 is #459A0B. Grayscale: #8E8E8E. Windows color (decimal): -4561420 or 16016826. OLE color: 16016826.

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

Color convert

RGB 186 101 244 -
CMYK 0.24 0.59 0 0.04
HSL 275.66º 0.87% 0.68% -
HSV(B) 275.66º 0.59% 0.96% -
XYZ 41.23 26.28 88.49 -
YUV 142.72 185.16 158.87 -
System Red Green Blue C M Y K H S L
Decimal 186 101 244 0.24 0.59 0 0.04 275.66 0.87 0.68
Hex BA 65 F4 18 3B 0 4 114 57 44
Octal 272 145 364 30 73 0 4 424 127 104
Binary 10111010 1100101 11110100 11000 111011 0 100 100010100 1010111 1000100

Color Harmonies of #BA65F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA65F4

Black with #BA65F4

Text Example


Text Example

White with #BA65F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA65F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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