Html Css Color HEX #BA64CC Medium Orchid

📋 copy color: '#BA64CC'

red 186 ◦ green 100 ◦ blue 204

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

Shades of Medium Orchid #BA64CC

Tints of Medium Orchid #BA64CC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.41%

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

R = 37.96%
G = 20.41%
B = 41.63%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BA64CC (or 0xBA64CC) is known color: Medium Orchid. HEX triplet: BA, 64 and CC. RGB value is (186,100,204). Sum of RGB (Red+Green+Blue) = 186+100+204=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 100 (39.45% from 255 or 20.41% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA64CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA64CC is #459B33. Grayscale: #898989. Windows color (decimal): -4561716 or 13395130. OLE color: 13395130.

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

Color convert

RGB 186 100 204 -
CMYK 0.09 0.51 0 0.2
HSL 289.62º 0.5% 0.6% -
HSV(B) 289.62º 0.51% 0.8% -
XYZ 35.71 23.91 59.86 -
YUV 137.57 165.49 162.54 -
System Red Green Blue C M Y K H S L
Decimal 186 100 204 0.09 0.51 0 0.2 289.62 0.5 0.6
Hex BA 64 CC 9 33 0 14 122 32 3C
Octal 272 144 314 11 63 0 24 442 62 74
Binary 10111010 1100100 11001100 1001 110011 0 10100 100100010 110010 111100

Color Harmonies of #BA64CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA64CC

Black with #BA64CC

Text Example


Text Example

White with #BA64CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA64CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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