Html Css Color HEX #BA69EF Medium Orchid

📋 copy color: '#BA69EF'

red 186 ◦ green 105 ◦ blue 239

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

Shades of Medium Orchid #BA69EF

Tints of Medium Orchid #BA69EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.09%

R = 35.09%
G = 19.81%
B = 45.09%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA69EF (or 0xBA69EF) is known color: Medium Orchid. HEX triplet: BA, 69 and EF. RGB value is (186,105,239). Sum of RGB (Red+Green+Blue) = 186+105+239=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 105 (41.41% from 255 or 19.81% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA69EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA69EF is #459610. Grayscale: #909090. Windows color (decimal): -4560401 or 15690170. OLE color: 15690170.

HSL color Cylindrical-coordinate representation of color #BA69EF: hue angle of 276.27º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA69EF is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 105 239 -
CMYK 0.22 0.56 0 0.06
HSL 276.27º 0.81% 0.67% -
HSV(B) 276.27º 0.56% 0.94% -
XYZ 40.88 26.77 84.67 -
YUV 144.5 181.34 157.6 -
System Red Green Blue C M Y K H S L
Decimal 186 105 239 0.22 0.56 0 0.06 276.27 0.81 0.67
Hex BA 69 EF 16 38 0 6 114 51 43
Octal 272 151 357 26 70 0 6 424 121 103
Binary 10111010 1101001 11101111 10110 111000 0 110 100010100 1010001 1000011

Color Harmonies of #BA69EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA69EF

Black with #BA69EF

Text Example


Text Example

White with #BA69EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA69EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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