Html Css Color HEX #BA60CC Medium Orchid

📋 copy color: '#BA60CC'

red 186 ◦ green 96 ◦ blue 204

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

Shades of Medium Orchid #BA60CC

Tints of Medium Orchid #BA60CC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.75%

 BLUE value IS 204 (80.08% from 255) = 41.98%

R = 38.27%
G = 19.75%
B = 41.98%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BA60CC (or 0xBA60CC) is known color: Medium Orchid. HEX triplet: BA, 60 and CC. RGB value is (186,96,204). Sum of RGB (Red+Green+Blue) = 186+96+204=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 96 (37.89% from 255 or 19.75% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA60CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA60CC is #459F33. Grayscale: #868686. Windows color (decimal): -4562740 or 13394106. OLE color: 13394106.

HSL color Cylindrical-coordinate representation of color #BA60CC: hue angle of 290º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA60CC is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 186 96 204 -
CMYK 0.09 0.53 0 0.2
HSL 290º 0.51% 0.59% -
HSV(B) 290º 0.53% 0.8% -
XYZ 35.33 23.16 59.74 -
YUV 135.22 166.82 164.22 -
System Red Green Blue C M Y K H S L
Decimal 186 96 204 0.09 0.53 0 0.2 290 0.51 0.59
Hex BA 60 CC 9 35 0 14 122 33 3B
Octal 272 140 314 11 65 0 24 442 63 73
Binary 10111010 1100000 11001100 1001 110101 0 10100 100100010 110011 111011

Color Harmonies of #BA60CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA60CC

Black with #BA60CC

Text Example


Text Example

White with #BA60CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA60CC; }

 p { color: rgb(186,96,204); }

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

background-color css

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

 a { background-color: rgb(186,96,204); }

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

border-color css

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

 span { border-color: rgb(186,96,204); }

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