Html Css Color HEX #BA69E4 Medium Orchid

📋 copy color: '#BA69E4'

red 186 ◦ green 105 ◦ blue 228

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

Shades of Medium Orchid #BA69E4

Tints of Medium Orchid #BA69E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 43.93%

R = 35.84%
G = 20.23%
B = 43.93%

CMYK

 C value IS 0.18

 M value IS 0.54

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BA69E4 (or 0xBA69E4) is known color: Medium Orchid. HEX triplet: BA, 69 and E4. RGB value is (186,105,228). Sum of RGB (Red+Green+Blue) = 186+105+228=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 105 (41.41% from 255 or 20.23% from 519); Blue value is 228 (89.45% from 255 or 43.93% from 519); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA69E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA69E4 is #45961B. Grayscale: #8E8E8E. Windows color (decimal): -4560412 or 14969274. OLE color: 14969274.

HSL color Cylindrical-coordinate representation of color #BA69E4: hue angle of 279.51º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA69E4 is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 105 228 -
CMYK 0.18 0.54 0 0.11
HSL 279.51º 0.69% 0.65% -
HSV(B) 279.51º 0.54% 0.89% -
XYZ 39.3 26.14 76.37 -
YUV 143.24 175.84 158.5 -
System Red Green Blue C M Y K H S L
Decimal 186 105 228 0.18 0.54 0 0.11 279.51 0.69 0.65
Hex BA 69 E4 12 36 0 B 118 45 41
Octal 272 151 344 22 66 0 13 430 105 101
Binary 10111010 1101001 11100100 10010 110110 0 1011 100011000 1000101 1000001

Color Harmonies of #BA69E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA69E4

Black with #BA69E4

Text Example


Text Example

White with #BA69E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA69E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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