Html Css Color HEX #BA65F3 Medium Orchid

📋 copy color: '#BA65F3'

red 186 ◦ green 101 ◦ blue 243

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

Shades of Medium Orchid #BA65F3

Tints of Medium Orchid #BA65F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 45.85%

R = 35.09%
G = 19.06%
B = 45.85%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BA65F3 (or 0xBA65F3) is known color: Medium Orchid. HEX triplet: BA, 65 and F3. RGB value is (186,101,243). Sum of RGB (Red+Green+Blue) = 186+101+243=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 101 (39.84% from 255 or 19.06% from 530); Blue value is 243 (95.31% from 255 or 45.85% from 530); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA65F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA65F3 is #459A0C. Grayscale: #8E8E8E. Windows color (decimal): -4561421 or 15951290. OLE color: 15951290.

HSL color Cylindrical-coordinate representation of color #BA65F3: hue angle of 275.92º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA65F3 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 101 243 -
CMYK 0.23 0.58 0 0.05
HSL 275.92º 0.86% 0.67% -
HSV(B) 275.92º 0.58% 0.95% -
XYZ 41.08 26.22 87.69 -
YUV 142.6 184.66 158.95 -
System Red Green Blue C M Y K H S L
Decimal 186 101 243 0.23 0.58 0 0.05 275.92 0.86 0.67
Hex BA 65 F3 17 3A 0 5 114 56 43
Octal 272 145 363 27 72 0 5 424 126 103
Binary 10111010 1100101 11110011 10111 111010 0 101 100010100 1010110 1000011

Color Harmonies of #BA65F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA65F3

Black with #BA65F3

Text Example


Text Example

White with #BA65F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA65F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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