Html Css Color HEX #BA65F1 Medium Orchid

📋 copy color: '#BA65F1'

red 186 ◦ green 101 ◦ blue 241

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

Shades of Medium Orchid #BA65F1

Tints of Medium Orchid #BA65F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 45.64%

R = 35.23%
G = 19.13%
B = 45.64%

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

#BA65F1 (or 0xBA65F1) is known color: Medium Orchid. HEX triplet: BA, 65 and F1. RGB value is (186,101,241). Sum of RGB (Red+Green+Blue) = 186+101+241=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 101 (39.84% from 255 or 19.13% from 528); Blue value is 241 (94.53% from 255 or 45.64% from 528); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA65F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA65F1 is #459A0E. Grayscale: #8D8D8D. Windows color (decimal): -4561423 or 15820218. OLE color: 15820218.

HSL color Cylindrical-coordinate representation of color #BA65F1: hue angle of 276.43º degrees, saturation: 0.83, 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 #BA65F1 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 101 241 -
CMYK 0.23 0.58 0 0.05
HSL 276.43º 0.83% 0.67% -
HSV(B) 276.43º 0.58% 0.95% -
XYZ 40.78 26.1 86.11 -
YUV 142.38 183.66 159.12 -
System Red Green Blue C M Y K H S L
Decimal 186 101 241 0.23 0.58 0 0.05 276.43 0.83 0.67
Hex BA 65 F1 17 3A 0 5 114 53 43
Octal 272 145 361 27 72 0 5 424 123 103
Binary 10111010 1100101 11110001 10111 111010 0 101 100010100 1010011 1000011

Color Harmonies of #BA65F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA65F1

Black with #BA65F1

Text Example


Text Example

White with #BA65F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA65F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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