Html Css Color HEX #BA69F1 Medium Orchid

📋 copy color: '#BA69F1'

red 186 ◦ green 105 ◦ blue 241

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

Shades of Medium Orchid #BA69F1

Tints of Medium Orchid #BA69F1

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.74%

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

R = 34.96%
G = 19.74%
B = 45.3%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BA69F1 (or 0xBA69F1) is known color: Medium Orchid. HEX triplet: BA, 69 and F1. RGB value is (186,105,241). Sum of RGB (Red+Green+Blue) = 186+105+241=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 105 (41.41% from 255 or 19.74% from 532); Blue value is 241 (94.53% from 255 or 45.30% from 532); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA69F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA69F1 is #45960E. Grayscale: #909090. Windows color (decimal): -4560399 or 15821242. OLE color: 15821242.

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

Color convert

RGB 186 105 241 -
CMYK 0.23 0.56 0 0.05
HSL 275.74º 0.83% 0.68% -
HSV(B) 275.74º 0.56% 0.95% -
XYZ 41.18 26.89 86.24 -
YUV 144.72 182.34 157.44 -
System Red Green Blue C M Y K H S L
Decimal 186 105 241 0.23 0.56 0 0.05 275.74 0.83 0.68
Hex BA 69 F1 17 38 0 5 114 53 44
Octal 272 151 361 27 70 0 5 424 123 104
Binary 10111010 1101001 11110001 10111 111000 0 101 100010100 1010011 1000100

Color Harmonies of #BA69F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA69F1

Black with #BA69F1

Text Example


Text Example

White with #BA69F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA69F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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