Html Css Color HEX #BA69C6 Medium Orchid

📋 copy color: '#BA69C6'

red 186 ◦ green 105 ◦ blue 198

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

Shades of Medium Orchid #BA69C6

Tints of Medium Orchid #BA69C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.49%

R = 38.04%
G = 21.47%
B = 40.49%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BA69C6 (or 0xBA69C6) is known color: Medium Orchid. HEX triplet: BA, 69 and C6. RGB value is (186,105,198). Sum of RGB (Red+Green+Blue) = 186+105+198=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 105 (41.41% from 255 or 21.47% from 489); Blue value is 198 (77.73% from 255 or 40.49% from 489); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA69C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA69C6 is #459639. Grayscale: #8B8B8B. Windows color (decimal): -4560442 or 13003194. OLE color: 13003194.

HSL color Cylindrical-coordinate representation of color #BA69C6: hue angle of 292.26º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA69C6 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 105 198 -
CMYK 0.06 0.47 0 0.22
HSL 292.26º 0.45% 0.59% -
HSV(B) 292.26º 0.47% 0.78% -
XYZ 35.49 24.62 56.31 -
YUV 139.82 160.84 160.94 -
System Red Green Blue C M Y K H S L
Decimal 186 105 198 0.06 0.47 0 0.22 292.26 0.45 0.59
Hex BA 69 C6 6 2F 0 16 124 2D 3B
Octal 272 151 306 6 57 0 26 444 55 73
Binary 10111010 1101001 11000110 110 101111 0 10110 100100100 101101 111011

Color Harmonies of #BA69C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA69C6

Black with #BA69C6

Text Example


Text Example

White with #BA69C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA69C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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