Html Css Color HEX #BA64DC Medium Orchid

📋 copy color: '#BA64DC'

red 186 ◦ green 100 ◦ blue 220

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

Shades of Medium Orchid #BA64DC

Tints of Medium Orchid #BA64DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.48%

R = 36.76%
G = 19.76%
B = 43.48%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA64DC (or 0xBA64DC) is known color: Medium Orchid. HEX triplet: BA, 64 and DC. RGB value is (186,100,220). Sum of RGB (Red+Green+Blue) = 186+100+220=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 100 (39.45% from 255 or 19.76% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA64DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA64DC is #459B23. Grayscale: #8B8B8B. Windows color (decimal): -4561700 or 14443706. OLE color: 14443706.

HSL color Cylindrical-coordinate representation of color #BA64DC: hue angle of 283º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA64DC is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 100 220 -
CMYK 0.15 0.55 0 0.14
HSL 283º 0.63% 0.63% -
HSV(B) 283º 0.55% 0.86% -
XYZ 37.73 24.72 70.49 -
YUV 139.39 173.49 161.24 -
System Red Green Blue C M Y K H S L
Decimal 186 100 220 0.15 0.55 0 0.14 283 0.63 0.63
Hex BA 64 DC F 37 0 E 11B 3F 3F
Octal 272 144 334 17 67 0 16 433 77 77
Binary 10111010 1100100 11011100 1111 110111 0 1110 100011011 111111 111111

Color Harmonies of #BA64DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA64DC

Black with #BA64DC

Text Example


Text Example

White with #BA64DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA64DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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