Html Css Color HEX #BA61CC Medium Orchid

📋 copy color: '#BA61CC'

red 186 ◦ green 97 ◦ blue 204

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

Shades of Medium Orchid #BA61CC

Tints of Medium Orchid #BA61CC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.92%

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

R = 38.19%
G = 19.92%
B = 41.89%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BA61CC (or 0xBA61CC) is known color: Medium Orchid. HEX triplet: BA, 61 and CC. RGB value is (186,97,204). Sum of RGB (Red+Green+Blue) = 186+97+204=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 97 (38.28% from 255 or 19.92% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA61CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA61CC is #459E33. Grayscale: #878787. Windows color (decimal): -4562484 or 13394362. OLE color: 13394362.

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

Color convert

RGB 186 97 204 -
CMYK 0.09 0.52 0 0.2
HSL 289.91º 0.51% 0.59% -
HSV(B) 289.91º 0.52% 0.8% -
XYZ 35.42 23.35 59.77 -
YUV 135.81 166.49 163.8 -
System Red Green Blue C M Y K H S L
Decimal 186 97 204 0.09 0.52 0 0.2 289.91 0.51 0.59
Hex BA 61 CC 9 34 0 14 122 33 3B
Octal 272 141 314 11 64 0 24 442 63 73
Binary 10111010 1100001 11001100 1001 110100 0 10100 100100010 110011 111011

Color Harmonies of #BA61CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA61CC

Black with #BA61CC

Text Example


Text Example

White with #BA61CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA61CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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